Algebraic.isNull

Defined if the first type is typeof(null)

  1. bool isNull()
    struct Algebraic(_Types...)
    const @property
    static if(is(AllowedTypes[0] == typeof(null)))
    bool
    isNull
    ()
  2. void nullify()
  3. auto get()

Meta