Skip to main content

Module const_iterator

Module const_iterator 

Source
Expand description

DenseHashTable::const_iterator — a forward iterator over occupied slots, yielding &Item. Reference: luau/Common/include/Luau/DenseHash.h (the const_iterator nested type). The map/set wrappers seed it with first_occupied() and adapt the yielded &Item into &Key/(&Key, &Value).

Structs§

ConstIterator