The OpenD Programming Language

IonSexp.empty

struct IonSexp
scope @safe pure nothrow @nogc const @property
bool
empty
()

Return Value

Type: bool

true if the sexp is null.sexp, null, or (). Note: a NOP padding makes in the struct makes it non-empty.

Meta