SafeHtslibPtr.this

ctor that respects scope

struct SafeHtslibPtr(T, alias destroyFun)
@safe @nogc nothrow @trusted return scope
this
()
if (
!isPointer!T &&
isSomeFunction!destroyFun
)

Meta