Instance Propertyswift-bson 0.3.1BSONABI
character
BSON.Regex.Options.swift:71var character: Character { get }
var character: Character { get }
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.
@frozen struct Character
A single extended grapheme cluster that approximates a user-perceived character.
init?(_ scalar: Unicode.Scalar)
init?(rawValue: UInt8)
var scalar: Unicode.Scalar { get }