File.opUnary

Returns underlying FILE*

struct File
pragma(inline) nothrow @nogc
FILE*
opUnary
(
string s
)
()
if (
s == "*"
)

Meta