toEventFormat

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

Members

Functions

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

Examples

assertEquals(toEventFormat!("a", "b"), (",event.a,event.b"));

Meta