verl
v1.1.0
Pages
Modules
verl.gt
You're seeing just the function
gt
, go back to
verl
module for more information.
Link to this function
gt(Vsn1, Vsn2)
View Source
Specs
gt(
version
(),
version
()) ::
boolean
() | {:error, :invalid_version}
Helper function that returns true the first version given is greater than the second, otherwise returns false. See
compare/2
for more details.