typealias Storage = (Bound.Storage, Bound.Storage)
sSN10BSONArrays7BSONABI4BSONOAAE14BinaryPackableRzrlE7Storagea
7JRIH
where Bound:BSON.BinaryPackable, Bound:Comparable
import BSONArrays
import Swift
@frozen struct ClosedRange<Bound> where Bound : Comparable
An interval from a lower bound up to, and 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) -> ClosedRange<Bound>
consuming func set() -> Storage