SemVer.this

Creates and validates a version number from a string.

If string format is invalid it just sets the valid property to false.

  1. this()
  2. this(string semVer)
    struct SemVer
    this
    (
    string semVer
    )

Meta