libgit2_d.strarray

Undocumented in source.

Members

Functions

git_strarray_copy
int git_strarray_copy(.git_strarray* tgt, const(.git_strarray)* src)

Copy a string array object from source to target.

git_strarray_free
void git_strarray_free(.git_strarray* array)

Close a string array object

Structs

git_strarray
struct git_strarray

Array of strings

Meta