Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1025719 // positionalTokenIndex2_byTokenAtAnyIndex

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2674L/17K).

static LLS positionalTokenIndex2_byTokenAtAnyIndex(PositionalTokenIndex2 idx, S token) {
  new LLS out;
  for (PositionalTokenIndex i : idx.indices)
    addAll(out, positionalTokenIndex_byTokenAtAnyIndex(i, token));
  ret out;
}

Author comment

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: 100 / 153
Referenced in: [show references]