+(_:_:)

public func +<T>(array: [T], element: T) -> [T]

Add one element to the end of an array.

  • T

    Undocumented

    Declaration

    Swift

    public func +<T>(array: [T], element: T) -> [T]