adding(_:)
Returns an index path containing the nodes in the receiving index path plus another given index.
Declaration
func adding(_ index: Int) -> IndexPathParameters
- index:
Index to append to the index path’s indexes.
Return Value
A new index path containing the receiving index path’s indexes and index.