long

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

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