Node.mappingValues

Return a range object iterating over mapping's values.

If V is Node, simply iterate over the values in the mapping. Otherwise, convert each key to V during iteration.

struct Node
const
mappingValues
(
V = Node
)
()

Throws

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

Meta