Box.toString

Undocumented in source. Be warned that the author may not have intended to support it.
struct Box(E, uint D)
@property const
void
toString
(
scope void delegate
(
scope const(char)[]
)
@safe
sink
)
if (
D >= 1
)

Meta