Algebraic.ofType

struct Algebraic(Types...)
@safe pure const @safe nothrow @nogc
bool
ofType
(
T
)
()

Return Value

Type: bool

true iff this Algebraic can store an instance of T.

Meta