Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1028397 // swic_gen - generic swic (false if any argument is not a string)

JavaX fragment (include)

sbool swic_gen(O a, O b) {
  ret a instanceof S && b instanceof S && swic((S) a, (S) b);
}

Author comment

Began life as a copy of #1017031

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1028397
Snippet name: swic_gen - generic swic (false if any argument is not a string)
Eternal ID of this version: #1028397/1
Text MD5: ec7d1fa1aef987d3a9511ba6af909ca1
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-06-15 21:09:34
Source code size: 92 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 98 / 138
Referenced in: [show references]