std::core::array

index_of

macro index_of(array, element)
Return the first index of element found in the array, searching from the start.

Parameters