MustacheEngine.path

Property for template searche path

  1. const(string) path [@property getter]
  2. string path [@property setter]
    struct MustacheEngine(String = string)
    @property @safe nothrow
    void
    path
    (
    string path
    )
    if (
    isSomeString!(String)
    )

Meta