Bson.toString - multiple declarations
Function Bson.toString
Returns a string representation of this BSON value in JSON format.
string toString() @safe const;
Function Bson.toString
void toString(R)
(
ref R range
) const;