virc v0.0.0 (2023-02-01T07:00:14Z)
Dub
Repo
MostCommon.MostCommon
virc
numerics
magicparser
MostCommon
Undocumented in source.
alias
MostCommon
=
Nullable
!(
Types
[
0
])
struct
MostCommon
template
MostCommon
(Types...)
static if
(!(
Types.length == 1
))
struct
MostCommon {
import
std
.
conv
:
text
;
;
import
std
.
meta
:
ApplyRight
,
Filter
,
NoDuplicates
,
staticMap
;
;
import
std
.
meta
:
ApplyRight
,
Filter
,
NoDuplicates
,
staticMap
;
;
import
std
.
meta
:
ApplyRight
,
Filter
,
NoDuplicates
,
staticMap
;
;
import
std
.
meta
:
ApplyRight
,
Filter
,
NoDuplicates
,
staticMap
;
;
import
std
.
string
:
toLower
;
;
import
std
.
traits
:
hasMember
;
;
import
std
.
typecons
:
Nullable
;
;
void
opAssign
(Type input);
this
(Type input);
auto
opDispatch
();
bool
isNull
();
}
Constructors
this
this
(Type input)
Undocumented in source.
Members
Functions
isNull
bool
isNull
()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void
opAssign
(Type input)
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
auto
opDispatch
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
virc
numerics
magicparser
MostCommon
aliases
MostCommon