mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-05-02 18:32:15 +00:00
3 lines
109 B
TypeScript
3 lines
109 B
TypeScript
/** A shared string builder utilized to reduce overall array allocations. */
|
|
export const sb: string[] = [];
|