libgit2-d v0.0.2 (2020-03-19T04:42:42Z)
Home
Dub
Repo
git_strarray
libgit2_d
strarray
Array of strings
extern (
C
) nothrow @
nogc
struct
git_strarray {
char
**
strings
;
size_t
count
;
}
Members
Variables
count
size_t
count
;
Undocumented in source.
strings
char
**
strings
;
Undocumented in source.
Meta
Source
See Implementation
libgit2_d
strarray
functions
git_strarray_copy
git_strarray_free
structs
git_strarray
Array of strings