MustacheEngine.findPath

Property for callback to dynamically search path. The result of the delegate should return the full path for the given name.

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

Meta