Enum ScalarKind
Identifies the kind of a HUML scalar value.
public enum ScalarKind
Fields
Bool = 3A boolean scalar (
trueorfalse).Float = 2A floating-point scalar.
Inf = 6An infinity scalar (
inf,+inf, or-inf).Integer = 1An integer scalar (decimal, hex, octal, or binary literal).
NaN = 5A not-a-number scalar (
nan).Null = 4A null scalar.
String = 0A double-quoted string scalar.