Required Associated Typeswift-bson 0.3.1BSONDecoding
CodingElement
BSONArrayDecodable.swift:4associatedtype CodingElement : BitwiseCopyable
associatedtype CodingElement : BitwiseCopyable
import BSONDecoding
protocol BSONArrayDecodable<CodingElement> : BSONBinaryDecodable
protocol BitwiseCopyable
init(from array: borrowing BSON.BinaryBuffer<CodingElement>) throws
Initializes an instance of this type from the given binary array, whose shape has been pre-validated to be a multiple of the CodingElement
size.