Libraryless. Click here for Pure Java version (2891L/17K).
1 | // Hibernation event |
2 | sclass Hib extends Exception {
|
3 | L<VStack.Computable> stack = new L; |
4 | |
5 | *() {}
|
6 | *(L<VStack.Computable> *stack) {}
|
7 | |
8 | void add(VStack.Computable entry) { stack.add(entry); }
|
9 | VStack asVStack() { ret new VStack(reversed(stack)); }
|
10 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030479 |
| Snippet name: | Hib - Stack hibernation event |
| Eternal ID of this version: | #1030479/2 |
| Text MD5: | 84b4d7368c94d173b3bda9be7121a820 |
| Transpilation MD5: | 03bbd3e4e8cbea3a6c843d8465aaf9c8 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-01-01 17:10:13 |
| Source code size: | 264 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 431 / 689 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |