dsemver.semver

Undocumented in source.

Members

Classes

EmptyIdentifier
class EmptyIdentifier

Undocumented in source.

EmptyInput
class EmptyInput

Undocumented in source.

InputNotEmpty
class InputNotEmpty

Undocumented in source.

InvalidSeperator
class InvalidSeperator

Undocumented in source.

NonAsciiChar
class NonAsciiChar

Undocumented in source.

OnlyDigitAllowed
class OnlyDigitAllowed

Undocumented in source.

SemVerParseException
class SemVerParseException

Undocumented in source.

Functions

checkASCII
char[] checkASCII(char[] cs)

Undocumented in source. Be warned that the author may not have intended to support it.

checkNotEmpty
char[] checkNotEmpty(char[] cs)

Undocumented in source. Be warned that the author may not have intended to support it.

compare
int compare(const(SemVer) a, const(SemVer) b)

Undocumented in source. Be warned that the author may not have intended to support it.

dropUntilPredOrEmpty
char[] dropUntilPredOrEmpty(char[] input)

Undocumented in source. Be warned that the author may not have intended to support it.

isAllNum
Nullable!uint isAllNum(string s)

Undocumented in source. Be warned that the author may not have intended to support it.

isDot
bool isDot(char c)

Undocumented in source. Be warned that the author may not have intended to support it.

isFalse
bool isFalse(char c)

Undocumented in source. Be warned that the author may not have intended to support it.

isMinus
bool isMinus(char c)

Undocumented in source. Be warned that the author may not have intended to support it.

isPlus
bool isPlus(char c)

Undocumented in source. Be warned that the author may not have intended to support it.

isPlusOrMinus
bool isPlusOrMinus(char c)

Undocumented in source. Be warned that the author may not have intended to support it.

parseSemVer
SemVer parseSemVer(string input)

Undocumented in source. Be warned that the author may not have intended to support it.

splitOutNumber
uint splitOutNumber(string numName, string dotName, char[] input)

Undocumented in source. Be warned that the author may not have intended to support it.

toNum
uint toNum(string numName, char[] input)

Undocumented in source. Be warned that the author may not have intended to support it.

Structs

SemVer
struct SemVer

Undocumented in source.

Meta