Add IterNext helpers for MonotypeVec
commitac7985409e4f683110a6e0af8a8160fddf76e357
authorShaunak Kishore <kshaunak@fb.com>
Thu, 7 Jan 2021 06:22:39 +0000 (6 22:22 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 7 Jan 2021 06:26:44 +0000 (6 22:26 -0800)
tree59f13590e46feb1bc97ce82917bd04dc40f6856a
parentf71b2207c1ef4745709b001baf657de93c2b58e7
Add IterNext helpers for MonotypeVec

Summary:
Let's start off easy with a helper for MonotypeVec iteration.

I haven't included MonotypeDict because there are actually three of those and also I'm not sure how to expose its internal templated representation cleanly.

Reviewed By: colavitam

Differential Revision: D25811717

fbshipit-source-id: e7032ff880d4767ea458e336afb16dffa5744fb7
hphp/runtime/base/bespoke/monotype-dict.h
hphp/runtime/vm/iter.cpp
hphp/runtime/vm/iter.h