sS renderExt_flags(Ext e) { if (e == null) ret str(e); Set<S> flags = extAllFlags(e); ret empty(flags) ? str(e) : e + " [" + joinWithComma(flags) + "]"; }
Began life as a copy of #1023214
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1023218 |
| Snippet name: | renderExt_flags - render an Ext instance for users, deep-scan for flags |
| Eternal ID of this version: | #1023218/2 |
| Text MD5: | c0d5c04586d58cd2d9447748888b124e |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-05-16 20:43:12 |
| Source code size: | 164 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 432 / 479 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |