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.

BSONArrayDecodable.swift:12
init(from array: borrowing BSON.BinaryArray<Element>) throws