luaur_analysis/methods/set_const_iterator_operator_ne.rs
1//! Node: `cxx:Method:Luau.Analysis:Analysis/include/Luau/Set.h:164:set_iteration`
2//! Source: `Analysis/include/Luau/Set.h:164` (hand-ported placeholder)
3//!
4//! `Luau::Set` iteration (begin/end/const_iterator) is not yet ported — no
5//! current caller iterates a Set. Port from Set.h:104-199 when one does;
6//! the underlying `DenseHashMap::iter` filtered on `present == true` is the
7//! direct shape.