Enumeration Caseswift-bson 0.3.1BSON->Swift
upperBound
Range (ext).swift:15case upperBound
case upperBound
import BSON
An umbrella module providing a BSON parser, encoder, and decoder.
import Swift
@frozen enum CodingKey
The default BSON representation of a Range
, which is a BSON document keyed by M
(lowerBound
) and V
(upperBound
).
@frozen struct Range<Bound> where Bound : Comparable
A half-open interval from a lower bound up to, but not including, an upper bound.
case lowerBound