git_strarray

Array of strings

extern (C) nothrow @nogc public
struct git_strarray {}

Members

Variables

count
size_t count;
Undocumented in source.
strings
char** strings;
Undocumented in source.

Meta