Cosmos icon indicating copy to clipboard operation
Cosmos copied to clipboard

Plug Multi Dimensional Arrays

Open ThomasBeHappy opened this issue 3 years ago • 2 comments

What is the usecase for this plug When using Multi Dimensional Arrays for stuff like grids, makes your life a whole lot easier.

** Complexity of plug ** Medium-High

Describe alternatives you've considered Using an array with a width*height as size.

Additional context I know a lot of people will say that using a normal array will be good enough, but when it comes to stuff like 3 dimensions, a multi dimensional array becomes a lot easier to use.

ThomasBeHappy avatar Sep 07 '21 08:09 ThomasBeHappy

image

Two dimensional arrays works fine for me, when you talk about multi-dimensional @ThomasBeHappy, is it more than two?

valentinbreiz avatar Feb 09 '22 18:02 valentinbreiz

I think this is about arrays of the type int[,] array.

quajak avatar Feb 10 '22 11:02 quajak