mirror of
https://github.com/xodio/xod.git
synced 2026-03-20 07:36:55 +01:00
Read-only types can not be redefined during runtime. This means that their values can be used at compile time (for validation, buffer allocation etc). If a user defines `evaluateTmpl` function in the patch implementation, read-only values will be passed to it as template arguments.