exprΒΆ
type expr < targetAn expression target represents the a Minilang value that needs to be recomputed whenever other targets change. The value of an expression target is the return value of its build function.
fun expr(Name: string, BuildFn?: any): exprReturns a new expression target with
Name.