Node.mappingKeys

Return a range object iterating over mapping's keys.

If K is Node, simply iterate over the keys in the mapping. Otherwise, convert each key to T during iteration.

struct Node
const
mappingKeys
(
K = Node
)
()

Throws

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

Meta