typealias Storage = (Bound.Storage, Bound.Storage)
sSn10BSONArrays7BSONABI4BSONOAAE14BinaryPackableRzrlE7Storagea
8APRO
where Bound:BSON.BinaryPackable, Bound:Comparable
import BSONArrays
import Swift
@frozen struct Range<Bound> where Bound : Comparable
A half-open interval from a lower bound up to, but not including, an upper bound.
associatedtype Storage : BitwiseCopyable
protocol BinaryPackable<Storage>
protocol Comparable : Equatable
A type that can be compared using the relational operators <, <=, >=, and >.
<
<=
>=
>
static func get(_ storage: Storage) -> Range<Bound>
consuming func set() -> Storage