DocumentRange.skip

Skips a given number of elements at the beginning of the cursor.

This method must be called before beginnig iteration in order to have effect. If multiple calls to skip() are made, the one with the maximum number will be chosen.

struct DocumentRange(Schema)
skip
(
int count
)

Parameters

count int

The number of documents to skip.

Return Value

Type: auto

the same cursor

See Also

Meta