Version.fromString

Constructs a new Version from its string representation.

This method is equivalent to calling the constructor and is used as an endpoint for the serialization framework.

struct Version
static @safe pure
fromString
(
string vers
)

Meta