CharSet

object CharSet

This implementation uses a set of valid tokens. It is converted to a high-performance BitSet.

Since:

2.2.0

class Object
trait Matchable
class Any
CharSet.type

Value members

Concrete methods

def apply(cs: Set[Char]): Impl
Value parameters:
cs

The set to convert

Since:

2.2.0

def apply(cs: Char*): Impl