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

3
LINES

< > BotCompany Repo | #1032868 // isBracket - opening or closing + one of the 3 types

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

Libraryless. Click here for Pure Java version (67L/1K).

sbool isBracket(S s) {
  ret isOpeningBracket(s) || isClosingBracket(s);
}

Author comment

Began life as a copy of #1021425

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1032868
Snippet name: isBracket - opening or closing + one of the 3 types
Eternal ID of this version: #1032868/1
Text MD5: f6350d9198cfa937072242350cfd82bf
Transpilation MD5: 66588ed1d26f9ebbfb9d23119c711dab
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-07 00:27:40
Source code size: 76 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 82 / 117
Referenced in: [show references]