libgit2 v0.25.2 (2020-11-07T16:39:39Z)
Dub
Repo
git_strarray
deimos
git2
strarray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
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
deimos
git2
strarray
functions
git_strarray_copy
git_strarray_free
structs
git_strarray