Alias to SDLValue.Kind. Represents type of SDLValue.
node.values[0].kind == SDLType.float_;
Defined types:
Void null_; string text; immutable(ubyte)[] binary; int int_; long long_; long[2] decimal; float float_; double double_; bool bool_; SysTime dateTime; Date date; Duration duration;
See Implementation
Alias to SDLValue.Kind. Represents type of SDLValue.