indexOf

open override fun indexOf(element: Part): Int

Retrieves the position of the given part in the immutable part collection

Return

The position of the part in the collection, -1 otherwise.

Since

200.1.0

Parameters

element

The part you want to find.