subscript(root: Never) -> PartialCaseKeyPath<Never> { get }
ss5NeverO13CasePathsCoreE03AllbC0Vys14PartialKeyPathCyAC0B0VyABGGABcip
7MUGB
import Swift
import CasePathsCore
Case paths bring the power and ergonomics of key paths to enums.
struct AllCasePaths
@frozen enum Never
A type that has no values and can’t be constructed.
typealias PartialCaseKeyPath<Root> = PartialKeyPath<Case<Root>>
A partially type-erased key path, from a concrete root enum to any resulting value type.
func makeIterator() -> some IteratorProtocol<PartialCaseKeyPath<Never>>