Extract unsigned type related extensions to separate classes

- Rename class with unsigned number to string conversions to UStringsKt
- Extract Random unsigned extensions to URandomKt
This commit is contained in:
Ilya Gorbunov
2018-09-17 19:25:48 +03:00
parent b469afdfcb
commit d793221a7b
4 changed files with 163 additions and 148 deletions
@@ -3,6 +3,8 @@
* that can be found in the license/LICENSE.txt file.
*/
@file:kotlin.jvm.JvmName("UStringsKt") // string representation of unsigned numbers
package kotlin.text
/**