Protocolswift-bson 0.3.1BSONDecoding
BSONListDecodable
A type that can be decoded from a BSON list-decoder. You should only conform to this protocol if you need random-access decoding. Many arraylike data structures are more-efficiently decoded from a BSON.List
at the BSONDecodable
level.
protocol BSONListDecodable : BSONDecodable
Browse conforming types