1 | static Str concept(S name) { |
2 | for (Str s : list(Str.class)) |
3 | if (eqic(s.name, name) || containsIgnoreCase(s.otherNames, name)) |
4 | ret s; |
5 | ret new Str(name); |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1005463 |
Snippet name: | concept - create instance of Str |
Eternal ID of this version: | #1005463/1 |
Text MD5: | 6ad40cb45314f78322b448efeae59017 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-11-20 13:03:44 |
Source code size: | 171 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 565 / 599 |
Referenced in: | [show references] |