Libraryless. Click here for Pure Java version (2253L/14K).
1 | sclass AGIBlue_Rule { |
2 | S sliceID = agiBlue_rulesSlice(); |
3 | S page; |
4 | S lhs, rhs; |
5 | |
6 | *() {} |
7 | *(S *page, PairS lhsRhs) { lhs = lhsRhs.a; rhs = lhsRhs.b; } |
8 | |
9 | [stdToString] |
10 | |
11 | public int hashCode() { ret hash(sliceID, page); } |
12 | public bool equals(O o) { ret stdEq(this, o, 'sliceID, 'page); } |
13 | } |
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1025851 |
Snippet name: | AGIBlue_Rule |
Eternal ID of this version: | #1025851/6 |
Text MD5: | f01ae73dbbcfdfd17f7a045b81d09c77 |
Transpilation MD5: | 3904a6259ca5e2e690c01c96889f7a1f |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-10-27 21:03:08 |
Source code size: | 314 bytes / 13 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 247 / 630 |
Version history: | 5 change(s) |
Referenced in: | [show references] |