Required Initializerswift-bson 0.3.1BSONDecoding
init(from:)
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.
init(from array: borrowing BSON.BinaryBuffer<CodingElement>) throws