Libraryless. Click here for Pure Java version (2674L/17K).
1 | static LLS positionalTokenIndex2_byTokenAtAnyIndex(PositionalTokenIndex2 idx, S token) {
|
2 | new LLS out; |
3 | for (PositionalTokenIndex i : idx.indices) |
4 | addAll(out, positionalTokenIndex_byTokenAtAnyIndex(i, token)); |
5 | ret out; |
6 | } |
Began life as a copy of #1025718
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: | #1025719 |
| Snippet name: | positionalTokenIndex2_byTokenAtAnyIndex |
| Eternal ID of this version: | #1025719/1 |
| Text MD5: | e546201ac3cd5de007747a59f6c4b621 |
| Transpilation MD5: | 11b773d4146f8edbcafb25a499fbe108 |
| Author: | stefan |
| Category: | javax / agi.blue |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-10-14 21:42:03 |
| Source code size: | 233 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 357 / 484 |
| Referenced in: | [show references] |