Random question on iterating `NodeList`s - when I ...
# random
m
Random question on iterating `NodeList`s - when I want to take groups of 5 out of the list, what's the idiomatic approach to this? Extension fun for
iterator()
support?