ggplotd v0.4.13 (2016-02-19T19:08:02Z)
Dub
Repo
ConversionPath.FindPath
ggplotd
color
conv
ConversionPath
Undocumented in source.
template
ConversionPath
(From, To)
package @
safe
pure nothrow @
nogc
template
FindPath (
From
To
) {
alias
FindPath
=
TypeTuple
!(
To
)
;
alias
FindPath
=
TypeTuple
!(
FindPath
!(
From
,
To
.
ParentColor
),
To
)
;
alias
FindPath
=
TypeTuple
!(
From
,
FindPath
!(
From
.
ParentColor
,
To
))
;
}
Members
Aliases
FindPath
alias
FindPath
=
TypeTuple
!(
To
)
Undocumented in source.
FindPath
alias
FindPath
=
TypeTuple
!(
FindPath
!(
From
,
To
.
ParentColor
),
To
)
Undocumented in source.
FindPath
alias
FindPath
=
TypeTuple
!(
From
,
FindPath
!(
From
.
ParentColor
,
To
))
Undocumented in source.
Meta
Source
See Implementation
ggplotd
color
conv
ConversionPath
aliases
ConversionPath
Path
templates
FindPath
isParentType