CharOps

upickle.core.CharOps$
object CharOps

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CharOps.type

Members list

Type members

Types

type Output = Writer

Value members

Concrete methods

def lessThan(c1: Char, c2: Char): Boolean
def newString(arr: Array[Char], i: Int, length: Int): String
def toInt(c: Char): Int
def toUnsignedInt(c: Char): Int
def within(c1: Char, c2: Char, c3: Char): Boolean