Protocolfwcd.swift-utils 4.6.2Utils
StringEnum
StringEnum.swift:1protocol StringEnum : CaseIterable, Hashable
Browse conforming typesprotocol StringEnum : CaseIterable, Hashable
import Utils
protocol CaseIterable
A type that provides a collection of all of its values.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol Equatable
A type that can be compared for value equality.
init?(rawValue: String)
var rawValue: String { get }