Instance Methodmongokitten 7.9.5MongoKitten
skip(_:)
Skips the given number of results
Cursor.swift:280func skip(_ skip: Int) -> MappedCursor<Base, Element>
Other members in extension
Instance members
func limit(Int
) -> MappedCursor<Base, Element> Limits the number of results returned by the cursor