ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
IEnum.opApply
ocean
core
Enum
IEnum
foreach iteration over the names and values in the enum.
int
opApply
(int delegate(ref const(Name) name, ref const(Value) value) dg)
interface
IEnum
int
opApply
(
scope
int
delegate
(
ref
const
(
Name
)
name
,
ref
const
(
Value
)
value
)
dg
)
int
opApply
(int delegate(ref size_t i, ref const(Name) name, ref const(Value) value) dg)
Meta
Source
See Implementation
ocean
core
Enum
IEnum
aliases
Name
Value
opBinaryRight
functions
length
max
min
opApply
opIn_r
opIndex
foreach iteration over the names and values in the enum.