UniNodeImpl.opApply

Iteration by Node mapping

struct UniNodeImpl(Node)
inout
int
opApply
(
D
)
(
D dg
)
if (
isCallable!D &&
(
Parameters!D.length == 1 &&
isUniNode!(Parameters!D[0])
)
||
(
Parameters!D.length == 2 &&
isUniNode!(Parameters!D[1])
)
)

Meta