Libraryless. Click here for Pure Java version (9234L/51K).
1 | static S n2_l(O[] a) { ret n2(l(a)); }
|
2 | static S n2_l(bool[] a) { ret n2(l(a)); }
|
3 | static S n2_l(byte[] a) { ret n2(l(a)); }
|
4 | static S n2_l(short[] a) { ret n2(l(a)); }
|
5 | static S n2_l(long[] a) { ret n2(l(a)); }
|
6 | static S n2_l(int[] a) { ret n2(l(a)); }
|
7 | static S n2_l(float[] a) { ret n2(l(a)); }
|
8 | static S n2_l(double[] a) { ret n2(l(a)); }
|
9 | static S n2_l(char[] a) { ret n2(l(a)); }
|
10 | static S n2_l(Cl c) { ret n2(l(c)); }
|
11 | static S n2_l(Map m) { ret n2(l(m)); }
|
12 | static S n2_l(CharSequence s) { ret n2(l(s)); }
|
13 | static S n2_l(File f) { ret n2(l(f)); }
|
14 | |
15 | ifdef l_withReflection |
16 | static S n2_l(O o) { ret n2(l(o)); }
|
17 | endifdef |
18 | |
19 | ifclass MultiSet |
20 | static S n2_l(MultiSet ms) { ret n2(l(ms)); }
|
21 | endif |
22 | |
23 | ifclass Lisp |
24 | static S n2_l(Lisp l) { ret n2(l(l)); }
|
25 | endif |
26 | |
27 | ifclass IntRange |
28 | static S n2_l(IntRange r) { ret n2(l(r)); }
|
29 | endif |
30 | |
31 | ifclass LongRange |
32 | static S n2_l(LongRange r) { ret n2(l(r)); }
|
33 | endif |
34 | |
35 | ifclass IntBuffer |
36 | static S n2_l(IntBuffer b) { ret n2(l(b)); }
|
37 | endif |
38 | |
39 | ifclass LongBuffer |
40 | static S n2_l(LongBuffer b) { ret n2(l(b)); }
|
41 | endif |
Began life as a copy of #1001518
download show line numbers debug dex old transpilations
Travelled to 5 computer(s): bhatertpkbcr, elmgxqgtpvxh, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1031763 |
| Snippet name: | n2_l function |
| Eternal ID of this version: | #1031763/5 |
| Text MD5: | 6cdebb91f2ae2234d907e777e0b08694 |
| Transpilation MD5: | f30b8b6c4fa1b257b61e7239bc99e956 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-08-21 01:18:52 |
| Source code size: | 1076 bytes / 41 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 400 / 543 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |