Node.sequence

Return a range object iterating over a sequence, getting each element as T.

If T is Node, simply iterate over the nodes in the sequence. Otherwise, convert each node to T during iteration.

  1. auto sequence()
    template sequence(T = Node)
    sequence
    ()
  2. auto sequence()

Members

Functions

sequence
auto sequence()
Undocumented in source. Be warned that the author may not have intended to support it.
sequence
auto sequence()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Range
struct Range(N)
Undocumented in source.

Throws

NodeException if the node is not a sequence or an element could not be converted to specified type.

Meta