UniqueFileID

public struct UniqueFileID: Equatable, Hashable

Represents a file ID that’s unique to each file in a translation unit.

  • Determines if two unique file IDs are equal.

    Declaration

    Swift

    public static func ==(lhs: UniqueFileID, rhs: UniqueFileID) -> Bool
  • A unique integer value representing this unique ID.

    Declaration

    Swift

    public var hashValue: Int