The OpenD Programming Language

Algebraic.isOk

Determines if the variant holds value of some none-isVariant type. The property is avaliable only for $(ResultVariant)

struct Algebraic(T__...)
@safe pure nothrow @nogc const @property
static if(anySatisfy!(isErr, AllowedTypes))
bool
isOk
()

Meta