static void ai_parse_trivialCheckQuestion(S input, Pair<S> sep) { if (contains(input, sep.a) || contains(input, sep.b)) quickFail("Bad parsing question: Input " + quote(input) + " contains separator: " + joinPair(sep)); }
Began life as a copy of #1013554
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1013557 |
| Snippet name: | ai_parse_trivialCheckQuestion |
| Eternal ID of this version: | #1013557/1 |
| Text MD5: | 9402aea3be0b0aad241e368a5cc1aba7 |
| Author: | stefan |
| Category: | javax / general parsing |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-01-09 13:05:41 |
| Source code size: | 230 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 690 / 690 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |