L<Comparator::Byte|SPVM::Comparator::Byte> is the interface type forthe byte comparation callback.
=head1 INTERFACE METHODS
required method : int($a: byte, $b: byte);
This method must receive two valuesthat types are C<byte> and returnthe following value.
If the first argument is greater than the second argument, returns C<1>. If the first argument is lower than the second argument, returns C<-1>. If the first argument is equal to the second argument, returns C<0>.
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)