aurorafw v0.0.1-alpha.3 (2019-09-24T21:19:44Z)
Dub
Repo
Version
aurorafw
core
versionmanager
Undocumented in source.
@
safe
struct
Version {
uint
major
;
uint
minor
;
uint
rev
;
this
(uint major, uint minor, uint rev);
this
(string strVer);
static
auto
fromString
();
}
Constructors
this
this
(uint major, uint minor, uint rev)
Undocumented in source.
this
this
(string strVer)
Undocumented in source.
Members
Static functions
fromString
auto
fromString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
major
uint
major
;
Undocumented in source.
minor
uint
minor
;
Undocumented in source.
rev
uint
rev
;
Undocumented in source.
Meta
Source
See Implementation
aurorafw
core
versionmanager
enums
VersionFlag
properties
toString
structs
Version