Array
struct Array<Element> : _DestructorSafeContainer
-
If the
Array
is anArray
ofArgument
s, this is a way to conveniently retrieve the argument by itsArgument.name
identifier.Declaration
Swift
public func named(_ name: String) -> Argument?