SemVer.this

Creates a 'simple' version with only major, minor, patch components

  1. this(string semVer)
  2. this(uint major, uint minor, uint patch)
    struct SemVer
    public @safe pure nothrow @nogc
    this
    (
    uint major
    ,
    uint minor = 0
    ,
    uint patch = 0
    )

Meta