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.

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

Meta