Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 782 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 782 Bytes

Info

Library is provided by Loupe
https://loupe.team
[email protected]
1-800-240-7042

Description

DataBuffer is useful for managing a bunch of data that needs to be appended. It allows data to be appended without recalculating current length each time.

Use Cases

-Concatentating several strings efficiently

-Concatentating data that is not a String

For more documentation and examples, see https://loupeteam.github.io/LoupeDocs/libraries/databuffer.html

Installation

To install using the Loupe Package Manager (LPM), in an initialized Automation Studio project directory run lpm install databuffer. For more information about LPM, see https://loupeteam.github.io/LoupeDocs/tools/lpm.html

Licensing

This project is licensed under the MIT License.