DarkMatter.Deps.version_match-question-mark
You're seeing just the function
version_match-question-mark
, go back to DarkMatter.Deps module for more information.
Specs
Check if a given dependency
has a version matching the semversion
.
Examples
iex> version_match?(:dark_matter, ">= 0.0.0")
true
iex> version_match?(:dark_matter, "<= 0.0.0")
false