[Doc Review]LongArray
Summary
For Native, An array of longs.
Constructors
init
<init>(size: Int, init: (Int) -> Long)
Creates a new array of the specified size, where each element is calculated by calling the specified init function.
The function init is called for ea...
mapotofu.hashnode.dev9 min read