returns a read/write view onto this buffer as a FloatBuffer (equivalent to floats(false))
()
| 44 | * returns a read/write view onto this buffer as a FloatBuffer (equivalent to floats(false)) |
| 45 | */ |
| 46 | default FloatBuffer floats() { |
| 47 | return floats(false); |
| 48 | } |
| 49 |
no outgoing calls
no test coverage detected