Combinator

io.github.nicheapplab.tcodeengine.Combinator
trait Combinator

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def composite(a: Char, b: Char): Option[Char]
final def loop(remaining: List[(Int, Int)], acc: List[Char]): List[Char]