init(unchecked:)

Initializes a binary subtype from an unchecked subtype code. Performs no normalization.

BSON.BinarySubtype.swift:26
init(unchecked code: UInt8)

Most users should not need to call this initializer; prefer one of init(rawValue:), custom(code:), or one of the known types: generic, function, uuid, md5, encrypted, or compressed.