getBestVersionIndex

Takes an input range of version strings and returns the index of the "best" version.

"Best" version in this case means the highest released version. Numbered versions will be preferred over branch names.

size_t
getBestVersionIndex
(
R
)

Meta