SemVer.this

Creates and validates a version number from a string.

If string format is invalid it just sets the isValid property to $(D_KEYWORD false).

struct SemVer
this
(
string semVer
)

Meta