I'm new in OCaml. I noticed there are many methods for transpose, but almost all of them use recursion. I wonder if there is any modules or functions (without writing a recursion) can be used to do this?
I'm new in OCaml. I noticed there are many methods for transpose, but almost all of them use recursion. I wonder if there is any modules or functions (without writing a recursion) can be used to do this?