- Call the data pointers "elems" and the grid indices "grids" - Remove null check that really shouldn't be necessary - Use Span and range based for loops - Use accessor function instead of raw node field access
- Call the data pointers "elems" and the grid indices "grids" - Remove null check that really shouldn't be necessary - Use Span and range based for loops - Use accessor function instead of raw node field access