Enumeration Caseswift-bson 0.3.1BSON->Swift
upperBound
ClosedRange (ext).swift:12case 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 ClosedRange
, which is a BSON document keyed by L
(lowerBound
) and U
(upperBound
).
@frozen struct ClosedRange<Bound> where Bound : Comparable
An interval from a lower bound up to, and including, an upper bound.
case lowerBound