1 | static S formatWithZeros(int i, int digits) { |
2 | ret formatInt(i, digits); |
3 | } |
4 | |
5 | |
6 | |
7 | static S formatWithZeros(long l, int digits) { |
8 | ret formatInt(l, digits); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1028011 |
| Snippet name: | formatWithZeros - synonym of formatInt |
| Eternal ID of this version: | #1028011/1 |
| Text MD5: | 805683a18d9d7704b65cc9c627c34d2d |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-05-03 17:49:01 |
| Source code size: | 157 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 431 / 460 |
| Referenced in: | [show references] |