Contents

index(before:)

Returns the position immediately before the given index.

Declaration

func index(before index: EnumeratedSequence<Base>.Index) -> EnumeratedSequence<Base>.Index

Return Value

The index value immediately before i.