UUID+Identifiable.swift 140 B

123456789
  1. // LoopFollow
  2. // UUID+Identifiable.swift
  3. import Foundation
  4. extension UUID: @retroactive Identifiable {
  5. public var id: UUID { self }
  6. }