toBigInt

inline fun Int.toBigInt(): <Error class: unknown class>(source)

Converts this Int to a BigInt.

Since

2.0.0


inline fun Long.toBigInt(): <Error class: unknown class>(source)

Converts this Long to a BigInt.

Since

2.0.0