Loc.filename

  1. const(char)* filename()
    struct Loc
    extern (C++) nothrow const @nogc
    const(char)*
    filename
    ()
  2. void filename(const(char)* name)

Return Value

Type: const(char)*

filename for this location, null if none

Meta