Plane.toString

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

Meta