fill
fun ByteBuffer.fill(element: Byte, fromIndex: Int = 0, toIndex: Int = lim)
Content copied to clipboard
fun ShortBuffer.fill(element: Short, fromIndex: Int = 0, toIndex: Int = lim)
Content copied to clipboard
fun LongBuffer.fill(element: Long, fromIndex: Int = 0, toIndex: Int = lim)
Content copied to clipboard
fun FloatBuffer.fill(element: Float, fromIndex: Int = 0, toIndex: Int = lim)
Content copied to clipboard
fun DoubleBuffer.fill(element: Double, fromIndex: Int = 0, toIndex: Int = lim)
Content copied to clipboard
fun CharBuffer.fill(element: Char, fromIndex: Int = 0, toIndex: Int = lim)
Content copied to clipboard
Fills original buffer with the provided value.