//! Help iterating of things
//!//! Some types in the Web APIs are kind of iterable, but don't support Rust's iterator concept.
//! These helpers can be wrapped around those types, and implement [`IntoIterator`].
modhtml_collection;modnode_list;pubusehtml_collection::*;pubusenode_list::*;