Function children
Returns an input range of the children of the node currently pointed by cursor.
Advancing the range returned by this function also advances cursor. It is thus
not recommended to interleave usage of this function with raw usage of cursor.
Prototype
auto children(T)(
ref T cursor
)
if (isCursor!T);
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --