add(_:)

Elements.swift:565
func add(_ e: Element)
  • Appends the specified element to the end of this list.

  • @param e element to be appended to this list

  • @return true (as specified by {@link Collection#add})