CharacterSet

class CharacterSet(val codePoints: IntArray)

Constructors

Link copied to clipboard
constructor(chars: String)
constructor(codePoints: IntArray)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
operator fun plus(other: CharacterSet): CharacterSet