Required Initializerswift-bson 1.0.0BSONArrays
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 Element
storage size.
init(from array: borrowing BSON.BinaryArray<Element>) throws