string_copy
Declaration
string_copy :: fn (v: string) string
Description
Create new dynamic string as copy of other string.
This instance must be freed by string_delete call.
Arguments
vString to be duplicated.
Result
New string.
Declared in: string.bl