stringTuple

Undocumented in source.
template stringTuple(args...)
@safe pure
stringTuple
()

Members

Functions

stringTuple
auto stringTuple()
Undocumented in source. Be warned that the author may not have intended to support it.

Examples

assertEquals(stringTuple!("hi", "there"), "hi,there");

Meta