Florian
11/13/2019, 8:43 AMdiesieben07
11/13/2019, 8:45 AMString.java
on the JVM and a plain string
in JS for example.
But if the target platform does not have a native version of the type, it will be emulated (Long
for example is emulated by a class containing two 32 bit numbers on JS, because JS only has a 64-bit floating point).Florian
11/13/2019, 8:46 AMFlorian
11/13/2019, 8:46 AMdiesieben07
11/13/2019, 8:46 AMdiesieben07
11/13/2019, 8:47 AMFlorian
11/13/2019, 8:47 AMdiesieben07
11/13/2019, 8:47 AMdiesieben07
11/13/2019, 8:48 AMFloat
on JS, because it behaves identical to Double
. But this will change in a future version.diesieben07
11/13/2019, 8:49 AMFlorian
11/13/2019, 8:51 AM