1 | static void ai_parse_trivialCheckQuestion(S input, Pair<S> sep) {
|
2 | if (contains(input, sep.a) || contains(input, sep.b)) |
3 | quickFail("Bad parsing question: Input " + quote(input) + " contains separator: " + joinPair(sep));
|
4 | } |
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: | 689 / 689 |
| Referenced in: | [show references] |