Is there a function like opDispatch which can be used (at compile time) to refer to something by name whether or not it's custom? (to access something like "value.a" safely. mixin and string concatenation looks like would have problems with special characters easily)
(Something like getattr(x, "a") in Python)
