SemVerRange

Represent a semantic version range.

Constructors

this
this()
Undocumented in source.
this
this(string semVerRange)

Creates and validates a semantic version range from a string.

Members

Functions

satisfiedBy
bool satisfiedBy(SemVer semVer)

Check if the SemVer semVer satisfies this SemVerRange.

toString
string toString()

Return expanded string representation.

Properties

valid
bool valid [@property getter]

Property that indicates if this is a valid, semantic version range.

See Also

Meta