BinaryView

A BSON binary array.

BSON.BinaryView.swift:5
@frozen struct BinaryView<Bytes> where Bytes : RandomAccessCollection, Bytes.Element == UInt8