# Functions

New returns a Version from a string.
NewFromInt constructs a new Semver from three integers and prerelease string: MAJOR.MINOR.PATCH-PRERELEASE.
NewSlice returns a slice of Semver from a slice of strings.
Sort sorts a list of semantic version strings using [ByVersion].
ToStrings converts a slice of Semver to a slice of strings.

# Structs

Semver represents a semantic version.