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

10
LINES

< > BotCompany Repo | #1033171 // jreplace_any_dyn

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

Libraryless. Click here for Pure Java version (4570L/26K).

sbool jreplace_any_dyn(LS tok, Cl<S> ins, IF0<S> out) {
  ret jreplace_any_dyn(tok, ins, if0ToIF2(out));
}

sbool jreplace_any_dyn(LS tok, Cl<S> ins, IF2<LS, Int, S> out) {
  bool change;
  for (S in : ins)
    change |= jreplace_dyn(tok, in, out);
  ret change;
}

Author comment

Began life as a copy of #1009462

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033171
Snippet name: jreplace_any_dyn
Eternal ID of this version: #1033171/3
Text MD5: 1b33b0c7568381d47dcc0747a80ec7cf
Transpilation MD5: 60ee37abd33856ef22a1555aea1ff810
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-15 21:49:31
Source code size: 273 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 60 / 97
Version history: 2 change(s)
Referenced in: [show references]