CharSet

object CharSet

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

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

Value members

Concrete methods

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

The set to convert

Since

2.2.0

def apply(cs: Char*): Impl