|
Prism Ruby parser
|
A list of offsets of newlines in a string. More...
#include <pm_newline_list.h>
Data Fields | |
| size_t | size |
| The number of offsets in the list. | |
| size_t | capacity |
| The capacity of the list that has been allocated. | |
| uint32_t * | offsets |
| The list of offsets. | |
A list of offsets of newlines in a string.
The offsets are assumed to be sorted/inserted in ascending order.