Contents

index(after:)

Returns the position in the collection that follows an index.

Declaration

func index(after i: AnimationLibraryComponent.AnimationCollection.Index) -> AnimationLibraryComponent.AnimationCollection.Index

Parameters

  • i:

    A valid index of the collection. i must be less than endIndex.

See Also

Manipulating indices