public function toVArray(): varray;
varray
$p = Pair {'foo', -1.5}; $array = $p->toVArray(); \var_dump(\HH\is_any_array($array)); \var_dump($array);