Libraryless. Click here for Pure Java version (8879L/50K).
1 | svoid testReversingOnePathWithOrigin() { |
2 | var p = OnePathWithOrigin("12345432323288"); |
3 | var points = p.pointsList(); |
4 | var points2 = p.reversed().pointsList(); |
5 | assertEqualsVerbose(points2, reversed(points)); |
6 | } |
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: | 110 / 165 |
Version history: | 1 change(s) |
Referenced in: | [show references] |