dud ~master (2021-08-18T15:25:26Z)
Dub
Repo
VersionUnion
dud
semver
versionunion
Undocumented in source.
@
safe
pure
struct
VersionUnion {
@
safe
pure
VersionRange
[]
ranges
;
this
(const(VersionRange)[] rng);
void
insert
(const(VersionRange) nvu);
VersionUnion
dup
();
}
Constructors
this
this
(const(VersionRange)[] rng)
Undocumented in source.
Members
Functions
dup
VersionUnion
dup
()
Undocumented in source. Be warned that the author may not have intended to support it.
insert
void
insert
(const(VersionRange) nvu)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ranges
VersionRange
[]
ranges
;
Undocumented in source.
Meta
Source
See Implementation
dud
semver
versionunion
functions
merge
structs
VersionUnion