1 | svoid verbalize_allElementsContain(O o, S s) {
|
2 | if (isStringList(o)) |
3 | if (allContainIC((LS) o, s)) |
4 | emit("All entries contain the string " + quote(s));
|
5 | } |
Began life as a copy of #1020164
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020165 |
| Snippet name: | verbalize_allElementsContain |
| Eternal ID of this version: | #1020165/2 |
| Text MD5: | 0339e2dd726b1aed6a1b611c75a4a00c |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-12-09 19:06:58 |
| Source code size: | 166 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 458 / 500 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |