BSONSymbol
public struct BSONSymbol : BSONValue, CustomStringConvertible, Equatable, Hashable
A struct to represent the deprecated Symbol type. Symbols cannot be instantiated, but they can be read from existing documents that contain them.
-
Declaration
Swift
public var description: String { get }
-
String representation of this
BSONSymbol
.Declaration
Swift
public let stringValue: String