BigInt.encode

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Vector!ubyte encode(const(BigInt)* n, Base base)
  2. Vector!ubyte encode(BigInt n, Base base)
    struct BigInt
    public static
    Vector!ubyte
    encode
    ()
    (
    auto const ref BigInt n
    ,
    Base base = Binary
    )
  3. void encode(ubyte* output, const(BigInt)* n, Base base)
  4. void encode(ubyte* output, BigInt n, Base base)

Meta