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.

Value parameters

n

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

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