File.opUnary

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

Return Value

Type: FILE*

underlying FILE*

Meta