Scala - Find index of item in array
Calculate/get the index of an item in an array. In case of multiple occurrences return first occurrence.
Calculate/get the index of an item in an array. In case of multiple occurrences return first occurrence.
{{array}}.indexWhere( _ == {{item}})
last update: