issues
search
dokar3
/
quickjs-kt
A QuickJS binding for idiomatic Kotlin, with Async/DSL/ES Modules support.
Apache License 2.0
49
stars
4
forks
source link
Improve value casting
#104
Closed
dokar3
closed
4 months ago
dokar3
commented
4 months ago
Fix #97
Implement the idea form @TelephoneTan in #97: Support casting of
Long
to
Int
,
Short
, and
Byte
. Throw if value is out of range.
Long
toInt
,Short
, andByte
. Throw if value is out of range.