Instance Propertyswift-bson 0.3.1BSONABI
codepoint
BSON.Regex.OptionError.swift:8let codepoint: Unicode.Scalar
let codepoint: Unicode.Scalar
s7BSONABI4BSONO5RegexV11OptionErrorV9codepoints7UnicodeO6ScalarVvp
What are these?3P1BW
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen struct OptionError
A MongoDB regex matching options string contained an invalid unicode scalar.
@frozen enum BSON
The namespace for all BSON types.
@frozen struct Regex
A MongoDB regex.
@frozen enum Unicode
A namespace for Unicode utilities.
@frozen struct Scalar
A Unicode scalar value.
init(invalid codepoint: Unicode.Scalar)
var description: String { get }