StrvBuilder.take
void take(string value)Add a string to the end of the array. After value belongs to the #GStrvBuilder and may no longer be modified by the caller.
Since 2.80
Parameters
value | a string. Ownership of the string is transferred to the #GStrvBuilder |