libgit2-d ~master (2021-07-01T09:53:17Z)
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_dispose
structs
git_strarray
Array of strings