SafeHtslibPtr.getRef

get underlying data pointer

struct SafeHtslibPtr(T, alias destroyFun)
@safe @nogc nothrow @property nothrow pure @nogc ref inout return
inout(T*)
getRef
()
if (
!isPointer!T &&
isSomeFunction!destroyFun
)

Meta