A single cell in the canvas grid.
Summary
Types
@type t() :: %Boxart.Canvas.Cell{ char: String.t(), directions: non_neg_integer(), protected: boolean(), style: String.t() }
A single cell in the canvas grid.
@type t() :: %Boxart.Canvas.Cell{ char: String.t(), directions: non_neg_integer(), protected: boolean(), style: String.t() }