You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A jagged array is an array whose elements are arrays. The arrays that make up the elements can be of different sizes, leading to less wasted space for some sets of data.
Dependency: None
Notes:
The text was updated successfully, but these errors were encountered:
Analyzer implemented in #840. It is possible to add a fixer for the simple cases where the array is initialized with an expression. We can get to that when we do a pass to add fixer. Marking as needs fixer.
Title: Prefer jagged arrays over multidimensional
Description:
A jagged array is an array whose elements are arrays. The arrays that make up the elements can be of different sizes, leading to less wasted space for some sets of data.
Dependency: None
Notes:
The text was updated successfully, but these errors were encountered: