index(before:)
Returns the position immediately before the given index.
Declaration
func index(before index: EnumeratedSequence<Base>.Index) -> EnumeratedSequence<Base>.IndexReturn Value
The index value immediately before i.
Returns the position immediately before the given index.
func index(before index: EnumeratedSequence<Base>.Index) -> EnumeratedSequence<Base>.IndexThe index value immediately before i.