Companion

object Companion

Properties

BASE
Link copied to clipboard
common
const val BASE: ULong = 0xffffffffUL
BASE_SIZE
Link copied to clipboard
common
const val BASE_SIZE: Int = 32
ONE
Link copied to clipboard
common
val ONE: BigInt
ZERO
Link copied to clipboard
common
val ZERO: BigInt

Extensions

buffer
Link copied to clipboard
common
inline fun BigInt.Companion.buffer(size: Int, initializer: (Int) -> BigInt): Buffer<BigInt>

Sources

common source
Link copied to clipboard