BigInt.copyFrom

  1. bool copyFrom(BigIntView!(const W, endian) view)
  2. bool copyFrom(BigUIntView!(const W, endian) view)
    struct BigInt(size_t maxSize64)
    bool
    copyFrom
    (
    W
    WordEndian endian
    )
    (
    BigUIntView!(const W, endian) view
    )
    if (
    maxSize64 &&
    maxSize64 <= ushort.max
    )

Return Value

Type: bool

overflow flag

Meta