Version
graph BT
N1["Version"] -->|inherits| N2["Stringable"];
N2["Stringable"] -->|inherits| N3["Any"];
Characteristics
Quality |
Value |
Inherits |
Stringable |
Extends |
N/A |
Decorators |
#Gambol.layout.c; |
Is enum |
false |
Is sealed |
false |
Is extern |
false |
Is abstract |
false |
Is generator |
false |
Has value semantics |
false |
Has stored properties |
true |
Should register destructor |
false |
Has atomic memory |
true |
Is copy assignable |
false |
Is zero initializable |
false |
Methods
construct
construct (s strictly @Self, major Int64 = 0, minor Int64 = 0, patch Int64 = 0) -> Self
str
str (s @Self, prefix: Bool = true) -> String
Binary Operators
==
== (s @Self, o @Self) -> Bool
<
< (s @Self, o @Self) -> Bool
<=
<= (s @Self, o @Self) -> Bool
>
> (s @Self, o @Self) -> Bool
>=
>= (s @Self, o @Self) -> Bool
Properties
major
minor
patch