subscript(_:)
Accesses the collection’s elements using the element’s name.
Declaration
subscript<Name>(elementName: Name) -> (any GCPhysicalInputElement)? where T == any GCPhysicalInputElement, Name : GCPhysicalInputElementTypedName { get }Accesses the collection’s elements using the element’s name.
subscript<Name>(elementName: Name) -> (any GCPhysicalInputElement)? where T == any GCPhysicalInputElement, Name : GCPhysicalInputElementTypedName { get }