MutableCollection
extension MutableCollection where Self: BidirectionalCollection
-
Declaration
Swift
public var second: Element? { get }
Return Value
The second
Element
in anArray
, if not empty. Otherwise,nil
.