HH\ImmMap::toDArray
Returns a darray built from the keys and values from this ImmMap
public function toDArray(): darray<Tk, Tv>;
Returns
Examples
See [Map::toDArray
](</hack/reference/class/Map/toDArray/#examples>) for usage examples.
Returns a darray built from the keys and values from this ImmMap
public function toDArray(): darray<Tk, Tv>;
See [Map::toDArray
](</hack/reference/class/Map/toDArray/#examples>) for usage examples.