String

extension String: Identifiable
  • ID

    Make a String identifiable

    Declaration

    Swift

    public typealias ID = Int
  • id

    The ID of the string

    Declaration

    Swift

    public var id: Int { get }