ssll ~master (2022-03-21T01:42:38.3344856)
Dub
Repo
commaSeparated.r
ssll
commaSeparated
Undocumented in source.
template
commaSeparated
(string[] arr)
@
nogc
nothrow
template
r (
string
[]
a
) {
@
nogc
nothrow
static if
(
a.length == 0
)
enum
r
;
@
nogc
nothrow
static if
(!(
a.length == 0
))
static if
(
a.length == 1
)
enum
r
;
@
nogc
nothrow
static if
(!(
a.length == 0
))
static if
(!(
a.length == 1
))
enum
r
;
}
Members
Manifest constants
r
enum
r
;
Undocumented in source.
r
enum
r
;
Undocumented in source.
r
enum
r
;
Undocumented in source.
Meta
Source
See Implementation
ssll
commaSeparated
manifest constants
commaSeparated
templates
r