luaur-analysis 0.1.3

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