Algebraic.nullify

Defined if the first type is typeof(null)

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

Meta