Grid

object Grid

FOrmatting arrays as a grid.

class Object
trait Matchable
class Any

Value members

Concrete methods

def gridFormat[A](arr: Array[Array[Option[A]]]): Unit

Formatter intended sparse double arrays of Option values. "Sparse" means that most values are expected to be None. There is no problem per se with using this method on non-sparse arrays, but the result may be more cluttered than you prefer.

Formatter intended sparse double arrays of Option values. "Sparse" means that most values are expected to be None. There is no problem per se with using this method on non-sparse arrays, but the result may be more cluttered than you prefer.