ggplotd v0.4.13 (2016-02-19T19:08:02Z)
Dub
Repo
canFind.canFind
ggplotd
color
rgb
canFind
Undocumented in source.
enum
canFind
;
enum
canFind
;
template
canFind
(string s, char c)
package @
safe
pure nothrow @
nogc
static if
(!(
s.length == 0
))
enum
canFind
=
s
[
0
] ==
c
||
canFind
!(
s
[
1
..$],
c
)
;
Meta
Source
See Source File
ggplotd
color
rgb
canFind
manifest constants
canFind