Type Aliases
The following type aliases are available globally.
-
A convenience type to specify an
IdentifiedArray
by an identifiable element.Declaration
Swift
public typealias IdentifiedArrayOf<Element> = IdentifiedArray<Element.ID, Element> where Element: Identifiable