Static Propertyswift-mongodb 0.27.0BSONABI
x
BSON.Regex.Options.swift:38static let x: `Self`
Other members in extension
Type members
init(parsing: some StringProtocol
) throws Parses an option set from a MongoDB regex matching options string.
init(rawValue: UInt8
) static let i: `Self`
static let l: `Self`
static let m: `Self`
static let s: `Self`
static let u: `Self`
Instance members
var description: String
This option set, encoded in alphabetical order as a option string.
let rawValue: UInt8
var size: Int
The size of this option set, when encoded as a option string, including its trailing null byte.
func contains(option: BSON.Regex.Option
) -> Bool