Boxart.Canvas.Cell (Boxart v0.3.2)

Copy Markdown View Source

A single cell in the canvas grid.

Summary

Types

t()

@type t() :: %Boxart.Canvas.Cell{
  char: String.t(),
  directions: non_neg_integer(),
  protected: boolean(),
  style: String.t()
}