Version.this

Construct from string Use common version strings and convert to MAJOR.MINOR.PATCH version scheme if its possible

  1. this(M major, N minor, P patch)
  2. this(string str)
    struct Version
    @safe pure
    this
    (
    string str
    )

Throws

FormatException if format is invalid

Meta