ComponentQuery.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(Row) dg)
    struct ComponentQuery(ComponentStorages...)
    int
    opApply
    (
    scope int delegate
    (
    Row
    )
    dg
    )
  2. int opApply(int delegate(EntityId id, Components) dg)

Meta