Returns a pretty string representation of this Iterable.
String prettyToString() => '[\n\t${join(',\n\t')}\n]';