Creates a sub-buffer view into this grid within the given bounds.
bounds
The bounds must be within the grid's area.
factory Buffer.view(Buffer buffer, Rect bounds) { return Buffer._(Grid.view(buffer, bounds)); }