isStringSink.isStringSink

Undocumented in source.
template isStringSink(T)
enum isStringSink = is(typeof(T.init.put("Test")));

Meta