with Index
fun ComplexDoubleArray.withIndex(): Iterable<IndexedValue<ComplexDouble>>
Content copied to clipboard
Returns a lazy Iterable that wraps each element of the original array into an IndexedValue containing the index of that element and the element itself.