static bool hasBracketHygiene(S s, S op, S close, Var<S> msg) { ret testBracketHygiene(s, op, close, msg); } static bool hasBracketHygiene(S s, S op, S close) { ret testBracketHygiene(s, op, close, null); }
Began life as a copy of #1003922
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1007977 |
Snippet name: | hasBracketHygiene - synonym of testBracketHygiene |
Eternal ID of this version: | #1007977/1 |
Text MD5: | 34cb52a4a8711b50f3e88a0eab84eb05 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-04-18 00:59:34 |
Source code size: | 219 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 476 / 505 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1009082 - isBracketHygienic - synonym of testBracketHygiene |