long

inline fun long(size: Int, initializer: (Int) -> Long): LongBuffer

Creates a LongBuffer with the specified size, where each element is calculated by calling the specified initializer function.

Sources

Link copied to clipboard