DataNode.isType

Gets whether this DataNode contains data of the given type.

struct DataNode
@nogc inout nothrow pure
bool
isType

Parameters

type inout(DataNodeType)

The type to check for.

Return Value

Type: bool

true if the type of the data in the node matches, false otherwise.

Meta