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]
    struct MustacheEngine(String = string)
    @property @safe nothrow const
    findPath
    ()
    if (
    isSomeString!(String)
    )
  2. FindPath findPath [@property setter]

Meta