git_buf_contains_nul

Check quickly if buffer contains a NUL byte

@param buf Buffer to check @return 1 if buffer contains a NUL byte

extern (C) nothrow @nogc
int
git_buf_contains_nul
(
const(.git_buf)* buf
)

Meta