WASM: Implement integer to string conversion operations

This commit is contained in:
Igor Laevsky
2021-07-29 13:21:33 +03:00
committed by TeamCityServer
parent 2538caa84f
commit f34a079699
4 changed files with 170 additions and 7 deletions
@@ -93,7 +93,7 @@ public class Char private constructor(public val value: Char) : Comparable<Char>
this.toInt().toDouble()
override fun toString(): String =
charToString(this)
String(charArrayOf(this))
override fun hashCode(): Int =
this.toInt().hashCode()