v or V.stringof if V is not supportedstring miniFormat(V)(const scope ref V v)Generates a textual representation of v without relying on Phobos. The value is formatted as follows:
toStringif defined or printing all members, e.g. S(1, 2)
Note that unions are rejected because this method cannot determine which member is valid when calling this method.
v | the value to print |
v or V.stringof if V is not supported