utest

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. case class Tree[+T](value: T, children: Seq[Tree[T]]) extends Product with Serializable

    An immutable tree with each node containing a value, and a Seq of children.

Value Members

  1. object ArgParse

    Crappy but good-enough version of a command-line parsing library

Ungrouped