Expect.toString

Calls std.conv.to!string on T or E

struct Expect(T, E = Variant)
string
toString
(
)
if (
!is(E == void)
)

Meta