UUID @available(OSX 10.8, iOS 6.0, *) struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible Extension to allow a UUID to be initialized from a Binary BSONValue. init(from:) Initializes a UUID instance from a Binary BSONValue. Throws UserError.invalidArgumentError if a non-UUID subtype is set on the Binary. Declaration Swift public init(from binary: Binary) throws © 2019 Matt Broadstone, Kaitlin Mahar, and Patrick Freed. All rights reserved. (Last updated: 2019-06-04) Generated by jazzy ♪♫ v0.9.6, a Realm project.