Implementation detail, makes it possible to use [start .. end] on the select struct to set both offset and limit at the same time.
Start is inclusive, end is exclusive - mimicking how array slicing works.
See Implementation
Implementation detail, makes it possible to use [start .. end] on the select struct to set both offset and limit at the same time.
Start is inclusive, end is exclusive - mimicking how array slicing works.