Len returns the Buffer's size.
()
| 53 | Free() |
| 54 | // Len returns the Buffer's size. |
| 55 | Len() int |
| 56 | // Slice returns a new Buffer that is a view into this buffer's data |
| 57 | // from [start:end). The buffer is not modified. Panics if the buffer |
| 58 | // has been freed or if start/end are out of bounds. |
no outgoing calls