Buffer.empty constructor

Buffer.empty()

Creates an empty buffer with no cells.

Implementation

factory Buffer.empty() => Buffer._(Grid.empty());