unsign

Undocumented in source. Be warned that the author may not have intended to support it.

  1. auto unsign(S s, bool isNegative)
  2. auto unsign(V v, bool isNegative)
    package
    unsign
    (
    U
    V
    )
    (
    const V v
    ,
    out bool isNegative
    )
    if (
    isUnsigned!U &&
    isUnsigned!V
    )
  3. auto unsign(V v, bool isNegative)
  4. auto unsign(S s)
  5. auto unsign(S s, bool isNegative)
  6. auto unsign(S s)

Meta