LinkedList.toString

Returns the string representation of the list.

struct LinkedList(E, bool allowDuplicates = true, alias equal = "a == b")
const
string
toString
()

Meta