Libraryless. Click here for Pure Java version (4056L/24K).
sbool phraseCache_collapse(S pattern, S s) { ret phraseCache(collapse(pattern), collapse(s)); } static IPred<S> phraseCache_collapse(S pattern) { MMOPattern pat = mmo2_parsePattern(collapse(pattern)); ret s -> phraseCache(pat, collapse(s)); }
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: | 406 / 550 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |