louisponet / Overseer.jl

Entity Component System with julia
Other
59 stars 4 forks source link

Fixes for EntityIterator and IndicesIterator #5

Closed c42f closed 3 years ago

c42f commented 3 years ago

Fixes #4

louisponet commented 3 years ago

Thank you! I didn't know about Base.IteratorSize and SizeUnknown. Indeed you are right, assigning an actual iterator length to iterators with a test function is not correct.