/DataBuffer

AR Library to handle generic data buffers as an alternative to using string operations

Primary LanguageCMIT LicenseMIT

Info

Library is provided by Loupe
https://loupe.team
info@loupe.team
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.