var collection: String { get }
s15MongoKittenCore11FindCommandV10collectionSSvpWhat are these?
s15MongoKittenCore11FindCommandV10collectionSSvp
FNV24: [5R0F9]
init(filter: Document?, inCollection: String)
init(from: any Decoder) throws
var batchSize: Int?
var collation: Collation?
var filter: Document?
var limit: Int?
var projection: Document?
var readConcern: ReadConcern?
var skip: Int?
var sort: Document?
import MongoKittenCore
struct FindCommand
@frozen struct String
A Unicode string value that is a collection of characters.
init(filter: Document?, inCollection collection: String)
init(from decoder: any Decoder) throws