fastDecode

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

  1. FastClass fastDecode(D x, T cx, int ex, bool sx)
    package @safe pure nothrow @nogc
    fastDecode
    (
    D
    T
    )
    (
    auto const ref D x
    ,
    out T cx
    ,
    out int ex
    ,
    out bool sx
    )
    if (
    (
    is(D : decimal32) ||
    )
    &&
    )
  2. FastClass fastDecode(D x, T cx, int ex, bool sx)
  3. FastClass fastDecode(F x, T cx, int ex, bool sx, RoundingMode mode, ExceptionFlags flags)

Meta