int

inline fun int(size: Int, initializer: (Int) -> Int): IntBuffer(source)

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