Predef

object Predef extends ProductReader[Ex[Color]]
trait ProductReader[Ex[Color]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(id: Ex[Int]): Ex[Color]

There are sixteen predefined colors (identifiers 0 to 15).

There are sixteen predefined colors (identifiers 0 to 15).

override
def read(in: RefMapIn, key: String, arity: Int, adj: Int): Ex[Color]
Definition Classes
ProductReader