Libraryless. Click here for Pure Java version (43L/1K).
sbool between(long x, long min, long max) { ret isBetween(x, min, max); } sbool between(double x, double min, double max) { ret isBetween(x, min, max); }
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: | #1028546 | 
| Snippet name: | between - synonym of isBetween | 
| Eternal ID of this version: | #1028546/2 | 
| Text MD5: | 50355c754307f8015d14fbbd3fae7acb | 
| Transpilation MD5: | d208c9affcd8e46b67badd51352e3fbf | 
| Author: | stefan | 
| Category: | |
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2021-10-17 21:00:21 | 
| Source code size: | 164 bytes / 7 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 505 / 622 | 
| Version history: | 1 change(s) | 
| Referenced in: | [show references] |