MustacheEngine.ext

Property for template extenstion

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

Meta