Exactly

parsley.token.descriptions.text.NumberOfDigits$.Exactly
final case class Exactly(n0: Int, ns: Int*) extends NumberOfDigits

The number of digits in the literal must be one of the given values.

Attributes

n0

the first possible digit width.

ns

the other possible digit widths.

Since:

4.0.0

Source:
TextDesc.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product