libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
Loading...
Searching...
No Matches
gimbal_string_buffer.h File Reference

Go to the source code of this file.

Data Structures

struct  GblStringBuffer
 

Detailed Description

GblStringBuffer mutable string builder API.

This file contains the structure and C API around the GblStringBuffer data type, a mutable container that specializes in building and constructing strings, equivalent to a C++/Rust string or a C#/Java string builder.

Todo:
  • GblStringBuffer_swap(...)
  • GblStringBuffer_match()
  • GblStringBuffer_replaceMatch()
  • GblStringBuffer_removeMatch()
  • GblStringBuffer_appendUint64()
  • GblStringBuffer_appendInt64()
Author
2023 Falco Girgis

Definition in file gimbal_string_buffer.h.