static S formatWithZeros(int i, int digits) { ret formatInt(i, digits); } static S formatWithZeros(long l, int digits) { ret formatInt(l, digits); }
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: | 432 / 460 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |