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

7
LINES

< > BotCompany Repo | #1022132 // stringIf - synonym of stringIfTrue

JavaX fragment (include)

sS stringIf(bool b, S s) {
  ret stringIfTrue(b, s);
}

sS stringIf(S s, bool b) {
  ret stringIf(b, s);
}

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: #1022132
Snippet name: stringIf - synonym of stringIfTrue
Eternal ID of this version: #1022132/2
Text MD5: 2cf991021024522cf91e54b33745de22
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-29 15:14:54
Source code size: 106 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 240 / 293
Version history: 1 change(s)
Referenced in: [show references]