Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
elide.runtime.intrinsics.js
/
StringLike
String
Like
interface
StringLike
:
CharSequence
Inheritors
Path
UUID
Members
Properties
length
Link copied to clipboard
abstract
val
length
:
Int
Functions
get
Link copied to clipboard
abstract
operator
fun
get
(
index
:
Int
)
:
Char
sub
Sequence
Link copied to clipboard
abstract
fun
subSequence
(
startIndex
:
Int
,
endIndex
:
Int
)
:
CharSequence