module ECS::DSL::Iter

Defined in:

flecs/dsl/iter.cr

Macro Summary

Macro Detail

macro inject!(row_type) #

Inject basic methods and mechanisms common to all iterator structs.


[View source]
macro inject_row! #

Inject basic methods and mechanisms common to all iterator row structs.


[View source]