ssll v0.3.0 (2019-07-25T17:16:20Z)
Dub
Repo
commaSeparated.r
ssll
commaSeparated
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
template
commaSeparated
(string[] arr)
@
nogc
nothrow extern (
C
)
template
r (
string
[]
a
) {
@
nogc
nothrow extern (
C
)
static if
(
a.length == 0
)
enum
r
;
@
nogc
nothrow extern (
C
)
static if
(!(
a.length == 0
))
static if
(
a.length == 1
)
enum
r
;
@
nogc
nothrow extern (
C
)
static if
(!(
a.length == 0
))
static if
(!(
a.length == 1
))
enum
r
;
}
Members
Manifest constants
r
enum
r
;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
r
enum
r
;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
r
enum
r
;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Meta
Source
See Implementation
ssll
commaSeparated
manifest constants
commaSeparated
templates
r