SafeInt.this

Undocumented in source.
  1. this(N bscal)
  2. this(M that)
    struct SafeInt(N, bool bitOps = true, bool throws = true)
    nothrow @nogc
    this
    (
    M
    )
    (
    const M that
    )
    if (
    isScalarType!M
    )
    if (
    isIntegral!N &&
    )

Meta