Libraryless. Click here for Pure Java version (8879L/50K).
svoid testReversingOnePathWithOrigin() { var p = OnePathWithOrigin("12345432323288"); var points = p.pointsList(); var points2 = p.reversed().pointsList(); assertEqualsVerbose(points2, reversed(points)); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035373 |
| Snippet name: | testReversingOnePathWithOrigin (OK) |
| Eternal ID of this version: | #1035373/2 |
| Text MD5: | e49ec8337befd7dc03d623328166e4fa |
| Transpilation MD5: | b5162d0afe00504a53ba25f026493a3f |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-05-03 13:10:52 |
| Source code size: | 218 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 321 / 429 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |