in src/utils.hack [27:30]
function is_iterable(mixed $value): bool { return is_any_array($value) || (\is_object($value) && ($value is Traversable<_>)); }