char

io.github.iltotore.iron.scalacheck.char
object char

Attributes

Source
char.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
char.type

Members list

Givens

Givens

inline given digit: Arbitrary[IronType[Char, Digit]]

Attributes

Source
char.scala
inline given letter: Arbitrary[IronType[Char, Letter]]

Attributes

Source
char.scala
inline given lowerCase: Arbitrary[IronType[Char, LowerCase]]

Attributes

Source
char.scala
inline given special: Arbitrary[IronType[Char, Special]]

Attributes

Source
char.scala
inline given upperCase: Arbitrary[IronType[Char, UpperCase]]

Attributes

Source
char.scala
inline given whitespace: Arbitrary[IronType[Char, Whitespace]]

Attributes

Source
char.scala