Libraryless. Click here for Pure Java version (3017L/19K).
1 | sclass MatchDoubleRestAttractor > Attractor {
|
2 | S pattern; |
3 | new Matches m; |
4 | |
5 | *() {}
|
6 | *(S *pattern) {}
|
7 | *(S *pattern, Runnable *action) {}
|
8 | |
9 | public bool matches(S s) {
|
10 | ret matchDoubleRest(pattern, s, m); |
11 | } |
12 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1023237 |
| Snippet name: | MatchDoubleRestAttractor |
| Eternal ID of this version: | #1023237/2 |
| Text MD5: | c61bcc4c7f755864a8d674f894ebc56b |
| Transpilation MD5: | fda897f41e3732425a0af61f1b4236bd |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-05-19 01:27:24 |
| Source code size: | 232 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 503 / 1005 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |