Loc.filename

Set file name for this location

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

Parameters

name const(char)*

file name for location, null for no file name

Meta