mir-ion ~master (2023-11-12T13:12:48Z)
Dub
Repo
IonList.opApply
mir
ion
value
IonList
For iteration with
IonDescribedValue
elements.
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)
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)
struct
IonList
version(GenericOpApply)
const scope
int
opApply
(
Dg
)
(
scope
Dg
dg
)
if
(
ParameterTypeTuple
!
Dg.length
== 1
)
int
opApply
(Dg dg)
Throws
IonException
Meta
Source
See Implementation
mir
ion
value
IonList
functions
empty
opApply
serialize
walkLength
variables
data
For iteration with IonDescribedValue elements.