Libraryless. Click here for Pure Java version (4719L/30K/103K).
1 | !7 |
2 | |
3 | p {
|
4 | float f = -100.345f; |
5 | print(struct(f)); |
6 | O o = unstruct(struct(f)); |
7 | print(o); |
8 | assertTrue(o instanceof Float); |
9 | } |
Began life as a copy of #1002451
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1018731 |
| Snippet name: | Test structure/unstructure with Float |
| Eternal ID of this version: | #1018731/3 |
| Text MD5: | 53b171b306e32581e288b9d59a3774b1 |
| Transpilation MD5: | 419f4abb0300a8bfc3706f6a95e19fe3 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-10-12 01:04:52 |
| Source code size: | 135 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 530 / 657 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |