color ~master (2020-04-14T12:21:13Z)
Home
Dub
Repo
canFind.canFind
std
experimental
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
std
experimental
color
rgb
canFind
manifest constants
canFind