Libraryless. Click here for Pure Java version (9171L/50K).
1 | sS n2_noPlural(long l, S text) {
|
2 | ret empty(text) ? n2(l) : n2(l) + " " + text; |
3 | } |
4 | |
5 | sS n2_noPlural(Cl l, S text) {
|
6 | ret n2_noPlural(l(l), text); |
7 | } |
8 | |
9 | sS n2_noPlural(Map m, S text) {
|
10 | ret n2(l(m), text); |
11 | } |
Began life as a copy of #1012632
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035625 |
| Snippet name: | n2_noPlural |
| Eternal ID of this version: | #1035625/3 |
| Text MD5: | 43de78fffecbc99e1875b250314dc79d |
| Transpilation MD5: | 7e9f4fa7339e5be9c39e158e698fc8dd |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-06-26 23:29:10 |
| Source code size: | 214 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 337 / 428 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |