BrightProof

Undocumented in source.

Members

Functions

eq
bool eq(SemVer a, SemVer b)

Are a and b equal? Warning: Doesn't compares Identifier and Meta. Return: true if equal.

ge
bool ge(SemVer a, SemVer b)

Are a greater than or equal to b? Warning: Doesn't compares Identifier and Meta. Return: true if greater or equal.

gt
bool gt(SemVer a, SemVer b)

Are a greater than b? Warning: Doesn't compares Identifier and Meta. Return: true if greater.

le
bool le(SemVer a, SemVer b)

Are a less than or equal to b? Warning: Doesn't compares Identifier and Meta. Return: true if less or equal.

lt
bool lt(SemVer a, SemVer b)

Are a less than b? Warning: Doesn't compares Identifier and Meta. Return: true if less.

Structs

SemVer
struct SemVer

Main struct

Meta