isNull

A simple check whether an object is present, permitting consistency with std.typecons.Nullable.

  1. bool isNull(T obj)
    nothrow pure @nogc @safe
    bool
    isNull
    (
    T
    )
    (
    const T obj
    )
  2. bool isNull(Json obj)

Meta