L<Comparator::Long|SPVM::Comparator::Long> is the interface type forthe long comparation callback.
=head1 Interface Methods
C<required method : int($a: long, $b: long);>
This method must receive two valuesthat types are C<long> and returnthe following value.
If the first argument is greater than the second argument, returns 1. If the first argument is lower than the second argument, returns -1. If the first argument is equal to the second argument, returns 0.
=head1 Copyright & License
Copyright (c) 2023 Yuki Kimoto
MIT License
Keyboard Shortcuts
Global
s
Focus search bar
?
Bring up this help dialog
GitHub
gp
Go to pull requests
gi
go to github issues (only if github is preferred repository)