mirror of https://github.com/sbt/sbt.git
A StringBuilder is a mutable data structure to create a String. When the String is created, the new String does not share any storage with the StringBuilder. Thus, we can keep a same StringBuilder, and reuse its internal storage between different iterations. |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||