Index.filename

Sets the filename

  1. string filename [@property getter]
  2. string filename [@property setter]
    struct Index
    @property
    string
    filename
    @safe @nogc pure nothrow
    (
    string val
    )

Meta