Instance Methodswift-bson 0.3.1BSONArrays->Swift
set
Range (ext).swift:22consuming func set() -> Storage
consuming func set() -> Storage
sSn10BSONArrays7BSONABI4BSONOAAE14BinaryPackableRzrlE3set7StorageAdAEAEPQz_AItyF
What are these?4BUY6
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.
typealias Storage = (Bound.Storage, Bound.Storage)
protocol BinaryPackable<Storage>
protocol Comparable : Equatable
A type that can be compared using the relational operators <
, <=
, >=
, and >
.
static func get(_ storage: Storage) -> Range<Bound>