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