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
@safe static
fromString
(
string vers
)

Meta