kmath
common
kmath-core
/
space.kscience.kmath.operations
/
bigInt
big
Int
common
inline
fun
Buffer.Companion
.
bigInt
(
size
:
Int
,
initializer
:
(
Int
)
->
BigInt
)
:
Buffer
<
BigInt
>
Content copied to clipboard
inline
fun
MutableBuffer.Companion
.
bigInt
(
size
:
Int
,
initializer
:
(
Int
)
->
BigInt
)
:
MutableBuffer
<
BigInt
>
Content copied to clipboard