sdlangp.node

Primary node type and associated types.

Members

Aliases

Value
alias Value = SumType!(int, long, BigInt, float, double, bool, typeof(null), Duration, SysTime, string, ubyte[])

The value type.

Functions

toString
string toString(Value v)

Converts the value to a string.

Structs

Node
struct Node

The node type.

Meta

Authors

ARaspiK