SafeHtslibPtr.moveRef

take ownership of underlying data pointer

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

Meta