let get: (array<'a>, int) => option<'a>. If i <= 0 <= length(arr) returns Some(value) where value is the item at index i . If i is out of range returns None ...
確定! 回上一頁