How to preallocate multi-dimensioanal sequence, as found only for single dimension e.g. newSeqstring ?
Please shed the light on such nitty gritty data operation
thanks in advance
You create your own type. In general if down the line it's all the same type, you should create a multi-dimensional view / tensor / ndarray.
Here is a 50-lines example: https://github.com/SimonDanisch/julia-challenge/blob/b8ed3b6/nim/nim_sol_mratsim.nim#L7-L70