Shared
AnyRealmValue
Section titled “AnyRealmValue”A enum for storing and retrieving values associated with an AnyRealmValue property.
AnyRealmValue can also store a collection (List, Dictionary) of AnyRealmValue, meaning that you can have
nested collections inside a AnyRealmValue.
Type: string — one of:
noneint(_:)bool(_:)float(_:)double(_:)string(_:)data(_:)date(_:)object(_:)objectId(_:)decimal128(_:)uuid(_:)dictionary(_:)list(_:)

