Array

struct Array<Element> : _DestructorSafeContainer
  • If the Array is an Array of Arguments, this is a way to conveniently retrieve the argument by its Argument.name identifier.

    Declaration

    Swift

    public func named(_ name: String) -> Argument?