Packages

trait AsciiSet extends AnyRef

A set of ASCII characters. The set should be built out of AsciiRange, AsciiChar, AsciiUnion, etc then converted to an AsciiBitSet using toBitSet for fast querying.

Source
AsciiSet.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsciiSet
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def toBitSet: AsciiBitSet

    Convert into an AsciiBitSet for fast querying.

  2. def |||(that: AsciiSet): AsciiUnion

    Join together two sets.