renetik-android
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
renetik-android
renetik-android-core
/
renetik.android.core.lang
/
CSLang
CSLang
object
CSLang
Members
Types
Exit
Status
Link copied to clipboard
enum
ExitStatus
:
Enum
<
CSLang.ExitStatus
>
Functions
exit
Link copied to clipboard
fun
exit
(
status
:
CSLang.ExitStatus
=
OK
)
measure
And
Log
Link copied to clipboard
fun
<
T
>
measureAndLog
(
title
:
String
,
func
:
(
)
->
T
)
:
T