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)
  3. void encode(ubyte* output, const(BigInt)* n, Base base)
  4. void encode(ubyte* output, BigInt n, Base base)
    struct BigInt
    public static
    void
    encode
    ()
    (
    ubyte* output
    ,
    const auto ref BigInt n
    ,
    Base base = Binary
    )

Meta