static int jfind_reversed(L<S> tok, S in) { ret rjfind(tok, in); } static int jfind_reversed(L<S> tok, int startIdx, S in) { ret rjfind(tok, startIdx, in); } static int jfind_reversed(L<S> tok, int startIdx, int endIndex, S in) { ret rjfind(tok, startIdx, endIndex, in); } static int jfind_reversed(L<S> tok, S in, O condition) { ret rjfind(tok, in, condition); } static int jfind_reversed(L<S> tok, int startIdx, S in, O condition) { ret rjfind(tok, startIdx, in, condition); } static int jfind_reversed(L<S> tok, int startIdx, int endIndex, S in, O condition) { ret rjfind(tok, startIdx, endIndex, in, condition); } // assumes you preprocessed tokin static int jfind_reversed(L<S> tok, L<S> tokin) { ret rjfind(tok, tokin); } static int jfind_reversed(L<S> tok, int startIdx, L<S> tokin) { ret rjfind(tok, startIdx, tokin); } static int jfind_reversed(L<S> tok, int startIdx, L<S> tokin, O condition) { ret rjfind(tok, startIdx, tokin, condition); } static int jfind_reversed(L<S> tok, int startIdx, int endIndex, L<S> tokin, O condition) { ret rjfind(tok, startIdx, endIndex, tokin, condition); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1032655 |
| Snippet name: | jfind_reversed - synonym of rjfind |
| Eternal ID of this version: | #1032655/1 |
| Text MD5: | f62581302e7474f1d223cf55fb213aa3 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-09-30 05:11:31 |
| Source code size: | 1169 bytes / 60 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 339 / 372 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |