Transpiled version (9235L) is out of date.
1 | static S l_n2(O[] a) { ret n2(l(a)); }
|
2 | static S l_n2(bool[] a) { ret n2(l(a)); }
|
3 | static S l_n2(byte[] a) { ret n2(l(a)); }
|
4 | static S l_n2(short[] a) { ret n2(l(a)); }
|
5 | static S l_n2(long[] a) { ret n2(l(a)); }
|
6 | static S l_n2(int[] a) { ret n2(l(a)); }
|
7 | static S l_n2(float[] a) { ret n2(l(a)); }
|
8 | static S l_n2(double[] a) { ret n2(l(a)); }
|
9 | static S l_n2(char[] a) { ret n2(l(a)); }
|
10 | static S l_n2(Cl c) { ret n2(l(c)); }
|
11 | static S l_n2(Map m) { ret n2(l(m)); }
|
12 | static S l_n2(CharSequence s) { ret n2(l(s)); }
|
13 | static S l_n2(File f) { ret n2(l(f)); }
|
14 | |
15 | ifdef l_withReflection |
16 | static S l_n2(O o) { ret n2(l(o)); }
|
17 | endifdef |
18 | |
19 | ifclass MultiSet |
20 | static S l_n2(MultiSet ms) { ret n2(l(ms)); }
|
21 | endif |
22 | |
23 | ifclass Lisp |
24 | static S l_n2(Lisp l) { ret n2(l(l)); }
|
25 | endif |
26 | |
27 | ifclass IntRange |
28 | static S l_n2(IntRange r) { ret n2(l(r)); }
|
29 | endif |
30 | |
31 | ifclass LongRange |
32 | static S l_n2(LongRange r) { ret n2(l(r)); }
|
33 | endif |
34 | |
35 | ifclass IntBuffer |
36 | static S l_n2(IntBuffer b) { ret n2(l(b)); }
|
37 | endif |
38 | |
39 | ifclass LongBuffer |
40 | static S l_n2(LongBuffer b) { ret n2(l(b)); }
|
41 | endif |
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035981 |
| Snippet name: | l_n2 - synonym of n2_l |
| Eternal ID of this version: | #1035981/3 |
| Text MD5: | 44eebdc12c5de15ddcb059aef7115cfe |
| Author: | someone |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-08-21 01:19:08 |
| Source code size: | 1074 bytes / 41 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 334 / 425 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |