utf8
Attempts to unwrap an instance of UTF8View
from this variant. Its UTF-8 code units will not be validated, which allowes this method to return in constant time.
var utf8: BSON.UTF8View<ArraySlice<UInt8>>? { get }
Returns
The payload of this variant if it matches either string(_:)
or javascript(_:)
, nil otherwise.