unsign

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

  1. auto unsign(S s, bool isNegative)
    package
    unsign
    (
    U
    S
    )
    (
    const S s
    ,
    out bool isNegative
    )
    if (
    isUnsigned!U &&
    isSigned!S
    )
  2. auto unsign(V v, bool isNegative)
  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