AtMost

parsley.token.descriptions.text.NumberOfDigits$.AtMost
final case class AtMost(n: Int) extends NumberOfDigits

There must be at most n digits in the numeric escape literal, up to and including the value given.

Attributes

n

the maximum (inclusive) number of digits allowed in the literal.

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