Identifier

A MongoDB object reference. This type models a MongoDB ObjectId.

BSON.Identifier.swift:10
@frozen struct Identifier

This type has reference semantics, but (needless to say) it is completely unmanaged, as it is nothing more than a 96-bit integer.

The type name is chosen to avoid conflict with Swift’s ObjectIdentifier.