TypeRegistry.opApply

Allows iterating over the registry.

struct TypeRegistry(T, Args...)
@nogc @nogc @trusted
int
opApply
(
scope int delegate dg
)

Parameters

dg int delegate

The function to call on each iteration.

Meta