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.

BSONListDecodable.swift:5
protocol BSONListDecodable : BSONDecodable
Browse conforming types