L<Comparator::Float|SPVM::Comparator::Float> is the interface type forthe float comparation callback.
=head1 Interface Methods
C<required method : int($a: float, $b: float);>
This method must receive two valuesthat types are C<float> 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)