Libraryless. Click here for Pure Java version (2575L/16K).
| 1 | sclass WithIntArray<A> extends Var<A> {
 | 
| 2 | int[] array; // assumed between 0 and 1 | 
| 3 | |
| 4 |   *() {}
 | 
| 5 |   *(int[] *array, A a) { super(a); }
 | 
| 6 | |
| 7 |   toString {
 | 
| 8 | ret super.toString() + (array == null ? "" : " with array of size " + l(array)); | 
| 9 | } | 
| 10 | } | 
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: | #1029011 | 
| Snippet name: | WithIntArray | 
| Eternal ID of this version: | #1029011/2 | 
| Text MD5: | eaab059ab1e625539782307a2a9a848a | 
| Transpilation MD5: | ad3d04884bef82959d9ee837844b2c9a | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2020-07-16 20:52:17 | 
| Source code size: | 246 bytes / 10 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 435 / 755 | 
| Version history: | 1 change(s) | 
| Referenced in: | [show references] |