verl
v1.1.0
Pages
Modules
verl.compare
You're seeing just the function
compare
, go back to
verl
module for more information.
Link to this function
compare(Version1, Version2)
View Source
Specs
compare(
version
(),
version
()) :: :gt | :eq | :lt | {:error, :invalid_version}
Compares two versions, returning whether the first argument is greater, equal, or less than the second argument.