Enumeration Caseswift-bson 0.3.1BSONABI
x
Enables verbose mode.
case x
Enables verbose mode.
case x
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen enum Option
A MongoDB regex matching option.
@frozen enum BSON
The namespace for all BSON types.
@frozen struct Regex
A MongoDB regex.
case i
Enables case-insensitive matching.
case l
Enables localization for \w
, \W
, etc.
case m
Enables multiline matching.
case s
Enables dotall mode. ('.'
matches everything.)
case u
Enables unicode awareness for \w
, \W
, etc.