1 | static L<Matches> flexMatchIC_all(S pat, S input) {
|
2 | new L<Matches> out; |
3 | flexMatchIC_iterate(pat, input, vfAddToCollection(out)); |
4 | ret out; |
5 | } |
Began life as a copy of #1021059
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1021067 |
| Snippet name: | flexMatchIC_all |
| Eternal ID of this version: | #1021067/1 |
| Text MD5: | f07c683d4366df58417644072fd6c8c1 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-01-20 15:01:15 |
| Source code size: | 149 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 584 / 625 |
| Referenced in: | [show references] |