GIT_OBJECT_SIZE_MAX

@file git2/object.h @brief Git revision object management routines @defgroup git_object Git revision object management routines @ingroup Git @{

extern (C) nothrow @nogc
enum GIT_OBJECT_SIZE_MAX = ulong.max;

Meta