1 | static O[] arrayOfBlankObjects(int n) {
|
2 | O[] a = new O[n]; |
3 | for i to n: a[i] = new O; |
4 | ret a; |
5 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1009434 |
| Snippet name: | arrayOfBlankObjects |
| Eternal ID of this version: | #1009434/2 |
| Text MD5: | 2600d832ecbea5915f6867723af0f79c |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-08-01 04:12:44 |
| Source code size: | 102 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 632 / 680 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |