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

6
LINES

< > BotCompany Repo | #1026616 // ai_bridgeTriple

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

Libraryless. Click here for Pure Java version (2311L/15K).

1  
static T3S ai_bridgeTriple(LS tok, IntRange wordRange) {
2  
  ret t3(
3  
    joinSubList(tok, 0, wordRange.start*2),
4  
    joinSubList(tok, wordRange.start*2+1, wordRange.end*2),
5  
    joinSubList(tok, wordRange.end*2+1));
6  
}

Author comment

Began life as a copy of #1026615

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1026616
Snippet name: ai_bridgeTriple
Eternal ID of this version: #1026616/2
Text MD5: 696b70f155bb4ece003e8f7278bb77bb
Transpilation MD5: 8378c836069478f396fc5c07f3ff4d1c
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-01-16 18:23:19
Source code size: 219 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 132 / 194
Version history: 1 change(s)
Referenced in: [show references]