clear method
void
clear()
Clears the buffer over its full bounds.
Upstream: third_party/ultraviolet/buffer.go (Clear).
Implementation
void clear() => clearArea(bounds());
Clears the buffer over its full bounds.
Upstream: third_party/ultraviolet/buffer.go (Clear).
void clear() => clearArea(bounds());