Cell.empty constructor
Cell.empty()
Creates a cell initialized as a transparent space.
Implementation
Cell.empty() : char = ' ', style = Style.transparent;
Creates a cell initialized as a transparent space.
Cell.empty() : char = ' ', style = Style.transparent;