Hack
HHVM
报告 bug 或提出建议。
搜索文档
Documentation
Hack
Reference
Interface
ConstSet
lastValue
ConstSet::lastValue
Returns the last value in the current
ConstSet
public function lastValue(): ?Tv;
Returns
?Tv
- The last value in the current
ConstSet
, or
null
if the current
ConstSet
is empty.