I have the following function that finds the Index in an Array
let numbers_array = [| "1"; "2"; "3"|] let findIndex arr elem = arr |