Libraryless. Click here for Pure Java version (3205L/18K).
1 | static L<Double> wrapDoubleArrayAsList(double[] l) {
|
2 | if (l == null) null; |
3 | ret virtualList(l.length, i -> l[i]); |
4 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
| Snippet ID: | #1032418 |
| Snippet name: | wrapDoubleArrayAsList |
| Eternal ID of this version: | #1032418/1 |
| Text MD5: | 492ca24b5c8f28aa3c849b040bc380e9 |
| Transpilation MD5: | 848fdfaac732c64a6a658de7b47d8216 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-09-03 03:38:12 |
| Source code size: | 120 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 403 / 512 |
| Referenced in: | [show references] |