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.

Value parameters

n0

the first possible digit width.

ns

the other possible digit widths.

Attributes

Since

4.0.0

Source
TextDesc.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product