SharpDebug icon indicating copy to clipboard operation
SharpDebug copied to clipboard

Simplification for accessing multi dimensional array types with CodeArray

Open southpolenator opened this issue 7 years ago • 0 comments

Example: int[100][100] Generated code should be CodeArray and CodeArray should have index operator for multiple dimensions.

Example that one should be cautious about: int[][100];

southpolenator avatar Jul 21 '18 16:07 southpolenator