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