SemVer.this

  1. this(string semver)
  2. this(uint major, uint minor, uint patch)
    struct SemVer
    this
    (
    in uint major
    ,
    in uint minor
    ,
    in uint patch
    )

Meta