Algebraic._is

Checks if the underlaying type is an element of a user provided type set.

  1. bool _is()
  2. bool _is()
    struct Algebraic(_Types...)
    @safe pure nothrow @nogc const @property
    bool
    _is
    (
    RetTypes...
    )
    ()
    if (
    RetTypes.length > 1
    )
  3. bool _is()

Meta