Node.containsKey

Determine if a mapping contains specified key.

struct Node
const
bool
containsKey
(
T
)
(
T rhs
)

Return Value

Type: bool

true if rhs was found, false otherwise.

Throws

NodeException if the node is not a mapping.

Meta