Structures
The following structures are available globally.
-
A collection of
KeyPath
s that have a resulting value that isEquatable
.This struct is not created directly, but by applying the
EquatableKeyPathCollectionBuilder
result builder.Declaration
Swift
public struct EquatableKeyPathCollection<Root>
-
A collection of
KeyPath
s that have a resulting value that isHashable
.This struct is not created directly, but by applying the
HashableKeyPathCollectionBuilder
result builder.Declaration
Swift
public struct HashableKeyPathCollection<Root>