bgzf_tell

Return a virtual file pointer to the current location in the file. No interpretation of the value should be made, other than a subsequent call to bgzf_seek can be used to position the file at the same point. Return value is non-negative on success.

@system nothrow @nogc extern (C) pragma(inline, true) extern (D)
bgzf_tell
(
T
)
(
auto ref T fp
)

Meta