git_message_trailer_array

Represents an array of git message trailers.

Struct members under the private comment are private, subject to change and should not be used by callers.

extern (C) nothrow @nogc
struct git_message_trailer_array {}

Members

Variables

_trailer_block
char* _trailer_block;
Undocumented in source.
count
size_t count;
Undocumented in source.
trailers
.git_message_trailer* trailers;
Undocumented in source.

Meta