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).

  1. this(string semVer)
    struct SemVer
    @safe
    this
    (
    string semVer
    )
  2. this(uint major, uint minor, uint patch)

Meta