expr
expr copied to clipboard
Estimated expression cost
Add an ability to calculate on compile step estimated cost of expression evaluation.
We can add a tag for fields:
type Env struct {
List []string `expr:"list",size:"100"`
}
``