Transpiled version (4814L) is out of date.
1 | static long ptToLong(Pt p) {
|
2 | ret p == null ? -1: intPairToLong(p.x, p.y); |
3 | } |
4 | |
5 | static long ptToLong(int x, int y) {
|
6 | ret intPairToLong(x, y); |
7 | } |
Began life as a copy of #1029760
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033755 |
| Snippet name: | ptToLong |
| Eternal ID of this version: | #1033755/6 |
| Text MD5: | 0c079fbc68b51ce6d87bacf77ed7e2fa |
| Author: | stefan |
| Category: | javax / maths |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-01-01 22:48:57 |
| Source code size: | 150 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 375 / 494 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |