Element

public struct Element
extension IterableFuzzySet.Element: Equatable where Universe: Equatable
extension IterableFuzzySet.Element: Hashable where Universe: Hashable
extension IterableFuzzySet.Element: Encodable where Universe: Encodable
extension IterableFuzzySet.Element: Decodable where Universe: Decodable
  • Undocumented

    Declaration

    Swift

    public let element: Universe
  • Undocumented

    Declaration

    Swift

    public let grade: Grade
  • Undocumented

    Declaration

    Swift

    public init(element: Universe, grade: Grade)