Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 395 Bytes

File metadata and controls

21 lines (14 loc) · 395 Bytes

EXTENSION

Array

Properties

body

The toolbar.

Methods

checkIndex(_:)

Check if a given index is valid for the array.

  • Parameter index: The index to test.
  • Returns: Return whether the index is valid or not.

getIndex(id:)

Get the index of an element with a specified identifier.

  • Parameter id: The element's identifier.
  • Returns: The index of the element.