VariantN.opApply

If the VariantN contains an array, applies dg to each element of the array in turn. Otherwise, throws an exception.

struct VariantN(size_t maxDataSize, AllowedTypesParam...)
int
opApply
(
Delegate
)
(
scope Delegate dg
)
if (
is(Delegate == delegate)
)

Meta

Suggestion Box / Bug Report