We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b2cb3 commit fe5b76eCopy full SHA for fe5b76e
lib/Algorithm/MinMaxHeap/Comparable.pm6
@@ -0,0 +1,5 @@
1
+use v6;
2
+
3
+unit role Algorithm::MinMaxHeap::Comparable[::T];
4
5
+method compare-to(T) returns Order:D { ... };
0 commit comments