none

Undocumented in source. Be warned that the author may not have intended to support it.
  1. None none()
  2. Optional!T none()
    @safe
    none
    (
    T
    )
    ()

Examples

assert(!none!int.isPresent);

Meta