stribog ~master (2015-03-26T23:38:34Z)
Dub
Repo
StrictExpressionList.toString
stribog
meta
base
StrictExpressionList
Pretty printing
template
StrictExpressionList
(T...)
template
toString () {
static if
(
T.length == 0
)
enum
toString
;
static if
(!(
T.length == 0
))
static if
(
T.length == 1
)
enum
toString
;
static if
(!(
T.length == 0
))
static if
(!(
T.length == 1
))
enum
toString
;
}
Members
Manifest constants
toString
enum
toString
;
Undocumented in source.
toString
enum
toString
;
Undocumented in source.
toString
enum
toString
;
Undocumented in source.
Meta
Source
See Implementation
stribog
meta
base
StrictExpressionList
aliases
expand
templates
toString
Pretty printing