fluid ~master (2024-02-07T07:38:27.1400979)
Dub
Repo
Children.opApply
fluid
children
Children
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(Node node) @(safe) dg)
int
opApply
(int delegate(size_t index, Node node) @(safe) dg)
int
opApply
(int delegate(Node node) @(system) dg)
struct
Children
@
safe
@
system
int
opApply
(
scope
int
delegate
(
Node
node
)
@
system
dg
)
int
opApply
(int delegate(size_t index, Node node) @(system) dg)
Meta
Source
See Implementation
fluid
children
Children
constructors
this
functions
front
getChildren
opApply
opAssign
opIndex
popFront
properties
empty
length
opDollar