toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.util
/
StrReader
/
Literals
Literals
class
Literals
(
lits
:
Array
<
String
>
,
map
:
MutableMap
<
String
,
Boolean
>
,
val
lengths
:
Array
<
Int
>
)
Members
Constructors
Literals
Link copied to clipboard
constructor
(
lits
:
Array
<
String
>
,
map
:
MutableMap
<
String
,
Boolean
>
,
lengths
:
Array
<
Int
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
lengths
Link copied to clipboard
val
lengths
:
Array
<
Int
>
Functions
contains
Link copied to clipboard
fun
contains
(
lit
:
String
)
:
Boolean
match
At
Link copied to clipboard
fun
matchAt
(
str
:
String
,
offset
:
Int
)
:
String
?
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String