Transpiled version (59L) is out of date.
1 | sbool notZero(Double d) {
|
2 | ret isNonZero(d); |
3 | } |
4 | |
5 | sbool notZero(Long l) {
|
6 | ret isNonZero(l); |
7 | } |
8 | |
9 | sbool notZero(Int l) {
|
10 | ret isNonZero(l); |
11 | } |
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): gjtlkbvenryc, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1038296 |
| Snippet name: | notZero - synonym of isNonZero |
| Eternal ID of this version: | #1038296/3 |
| Text MD5: | d177ad749ca30e837ec19d42a173112c |
| Author: | someone |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2024-05-22 20:57:06 |
| Source code size: | 148 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 574 / 741 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |