Algebraic.isOk

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

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