var last: Self.Element?
The last element of the collection.
コレクションの最後の要素。
Technology
var last: Self.Element?
func difference<C>(from: C, by: (C.Element, Self.Element) -> Bool) -> CollectionDifference <Self.Element>
func dropLast (Int) -> Self.SubSequence
func formIndex (before: inout Self.Index)
func last(where: (Self.Element) throws -> Bool) rethrows -> Self.Element?
func lastIndex (where: (Self.Element) throws -> Bool) rethrows -> Self.Index?
func reversed() -> ReversedCollection <Self>
func suffix(Int) -> Self.SubSequence