EncodableList

An EncodableList is nothing more than a type that supports an init(with:) builder API.

Mongo.EncodableList.swift:11
protocol EncodableList : BSONRepresentable, BSONDecodable, BSONEncodable where Self.BSONRepresentation == BSON.List
Browse conforming types

The specific encoding API vended and encodability protocol used is up to the conforming type.