Companion

object Companion

Properties

isDigit
Link copied to clipboard
common
val isDigit: CharPredicate

CharPredicate which predicate is the function Char.isDigit.

isLetter
Link copied to clipboard
common
val isLetter: CharPredicate

CharPredicate which predicate is the function Char.isLetter.

isLetterOrDigit
Link copied to clipboard
common
val isLetterOrDigit: CharPredicate

CharPredicate which predicate is the function Char.isLetterOrDigit.