This will enable code to perform version checks and make it easier to support multiple versions of Zig. Within the SemVer implementation, an intermediate value needed to be coerced to a slice to workaround a comptime bug. Closes #6466
This will parse, format, and compare version strings following the SemVer 2 specification. See: https://semver.org Updates #6466