AsciiTable

object AsciiTable
class Object
trait Matchable
class Any

Type members

Classlikes

case class Cell(row: Int, col: Int)

Value members

Concrete methods

def apply(table: Seq[Seq[String]], centre: Cell => Boolean, separateDataRows: Boolean): String

An entry (a row) is a list of strings (representing columns). A table is a list of rows.

An entry (a row) is a list of strings (representing columns). A table is a list of rows.