Libraryless. Click here for Pure Java version (4056L/24K).
1 | sbool phraseCache_collapse(S pattern, S s) {
|
2 | ret phraseCache(collapse(pattern), collapse(s)); |
3 | } |
4 | |
5 | static IPred<S> phraseCache_collapse(S pattern) {
|
6 | MMOPattern pat = mmo2_parsePattern(collapse(pattern)); |
7 | ret s -> phraseCache(pat, collapse(s)); |
8 | } |
Began life as a copy of #1022848
download show line numbers debug dex old transpilations
Travelled to 5 computer(s): bhatertpkbcr, ekrmjmnbrukm, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030061 |
| Snippet name: | phraseCache_collapse - phraseCache + collapse |
| Eternal ID of this version: | #1030061/1 |
| Text MD5: | 5e9008fb33692b2c72d64d9729641ba1 |
| Transpilation MD5: | ffb8383d0fb8f1653f425f6435b61e2e |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-11-04 00:10:35 |
| Source code size: | 256 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 407 / 553 |
| Referenced in: | [show references] |