returns a read/write view onto this buffer as an IntBuffer (equivalent to ints(false))
()
| 51 | * returns a read/write view onto this buffer as an IntBuffer (equivalent to ints(false)) |
| 52 | */ |
| 53 | default IntBuffer ints() { |
| 54 | return ints(false); |
| 55 | } |
| 56 |
no outgoing calls
no test coverage detected