Searched refs:toStringImpl (Results 1 – 3 of 3) sorted by relevance
61 static const(char)[] toStringImpl(alias toStringFunc, Array)(Array* a, bool quoted = false) in Array()100 return toStringImpl!(a => a.toString)(&this); in Array()104 return toStringImpl!(a => a.toDString)(&this, true); in Array()
1139 void toStringImpl(Char)(string str) @safe in toStringImpl() function1205 toStringImpl!dchar(str); in toString()1207 toStringImpl!char(str); in toString()
1469 void toStringImpl(Char)(string str)1535 toStringImpl!dchar(str);1537 toStringImpl!char(str);