NotNull.opCast

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opCast()
  2. NotNull!U opCast()
    struct NotNull(T)
    version(none)
    pure nothrow
    opCast
    (
    U
    )
    ()
    if (
    isAssignable!(U, T)
    )
    if (
    is(T == class) ||
    is(T == interface)
    ||
    is(T == U*,
    U
    ) &&
    __traits(isScalar, T)
    )

Meta