rojo-rbx / rbx-dom

Roblox DOM and (de)serialization implementation in Rust
MIT License
113 stars 46 forks source link

Implement descendant iterators for WeakDom #431

Closed Dekkonot closed 1 month ago

Dekkonot commented 2 months ago

Iterating through WeakDoms is a common enough code pattern that I feel it warrants its own function. This implements those functions.