IEntitySet.opApply

foreach iterator over the list of entities.

foreach arguments exposed: char[] name = entity name dchar unicode = entity unicode value

class IEntitySet
int
opApply
(
scope int delegate
(
ref const(istring)
,
ref const(dchar)
)
dg
)

Meta