A lof of variables will be &CStr16
(UCS2-Strings). Therefore, it would be cool if we improve get_variable()
and get_variable_boxed()
to better reflect that. For example, we could return an enum with the variants CStr16
and Arbitrary
.
This error originates from #925.