Instance Method (Default implementation)swift-bson 1.0.0BSONArrays

encode(to:)

Encodes the elements of this collection to the binary encoder by densely copying each element’s raw memory representation, without any padding.

BSONArrayEncodable.swift:15
func encode(to bson: inout BSON.BinaryEncoder)