getOrNull

fun ComplexFloatArray.getOrNull(index: Int): ComplexFloat?
fun ComplexDoubleArray.getOrNull(index: Int): ComplexDouble?

Returns an element at the given index or null if the index is out of bounds of this array.