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

3
LINES

< > BotCompany Repo | #1030163 // startsWith_possiblyCI

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2527L/16K).

sbool startsWith_possiblyCI(bool ci, S a, S b) {
  ret ci ? swic(a, b) : startsWith(a, b);
}

Author comment

Began life as a copy of #1003340

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030163
Snippet name: startsWith_possiblyCI
Eternal ID of this version: #1030163/1
Text MD5: c585410ec95a531573fdd1f184c26827
Transpilation MD5: 056ad7839fa7af16a7b34c5ab0b27193
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-11 21:58:03
Source code size: 94 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 119 / 160
Referenced in: [show references]