File.opUnary

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

Return Value

Type: FILE*

underlying FILE*

Meta