attic-labs / noms

The versioned, forkable, syncable database
Apache License 2.0
7.45k stars 267 forks source link

Add List.IterRange #3760

Closed ghost closed 6 years ago

ghost commented 6 years ago

Adds explicit API to list to iterate a range of indices. The implementation of this uses the most eager read of the required data.

ghost commented 6 years ago

Turns out to be a little complicated to add usage from ngql. PTAL as is.

ghost commented 6 years ago

PTAL