Item
struct Item : Hashable
-
Declaration
Swift
public init(text: String, icon: BPKIcon? = nil, accessibilityIdentifier: String? = nil)
-
Declaration
Swift
public static func == (lhs: Item, rhs: Item) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)