IonList.opApply
- int opApply(int delegate(scope IonDescribedValue value) @(safe) pure @(nogc) dg)
- int opApply(int delegate(scope IonDescribedValue value) @(safe) @(nogc) dg)
- int opApply(int delegate(scope IonDescribedValue value) @(safe) pure dg)
- int opApply(int delegate(scope IonDescribedValue value) @(safe) dg)
- int opApply(int delegate(scope IonDescribedValue value) @(system) pure @(nogc) dg)
- int opApply(int delegate(scope IonDescribedValue value) @(system) @(nogc) dg)
- int opApply(int delegate(scope IonDescribedValue value) @(system) pure dg)
- int opApply(int delegate(scope IonDescribedValue value) @(system) dg)
struct IonList
version(D_Exceptions)
const @
system scope
int
opApply
(scope int delegate @system dg ) - int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(safe) pure nothrow @(nogc) dg)
- int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(safe) nothrow @(nogc) dg)
- int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(safe) pure @(nogc) dg)
- int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(safe) pure nothrow dg)
- int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(safe) @(nogc) dg)
- int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(safe) pure dg)
- int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(safe) nothrow dg)
- int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(safe) dg)
- int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(system) pure nothrow @(nogc) dg)
- int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(system) nothrow @(nogc) dg)
- int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(system) pure @(nogc) dg)
- int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(system) pure nothrow dg)
- int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(system) @(nogc) dg)
- int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(system) pure dg)
- int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(system) nothrow dg)
- int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(system) dg)
- int opApply(Dg dg)
- int opApply(Dg dg)
mir ion value IonList
functionsvariables
Iterates over the described values in an Ion list, applying the given delegate with safety, purity, and no GC allocation attributes. (community summary)