1 | sbool eqOrEqic(bool caseInsensitive, S a, S b) {
|
2 | ret caseInsensitive ? eqic(a, b) : eq(a, b); |
3 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
| Snippet ID: | #1032331 |
| Snippet name: | eqOrEqic |
| Eternal ID of this version: | #1032331/2 |
| Text MD5: | 0233969d9a6bb9a1710ee7261337c4b2 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-08-27 08:51:42 |
| Source code size: | 99 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 701 / 714 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |