libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
git_oidarray
libgit2
oidarray
Array of object ids
extern (
C
) nothrow @
nogc
public
struct
git_oidarray {
libgit2
.
oid
.
git_oid
*
ids
;
size_t
count
;
}
Members
Variables
count
size_t
count
;
Undocumented in source.
ids
libgit2
.
oid
.
git_oid
*
ids
;
Undocumented in source.
Meta
Source
See Implementation
libgit2
oidarray
functions
git_oidarray_dispose
structs
git_oidarray
Array of object ids