Am i going crazy or if you use a value class withi...
# server
k
Am i going crazy or if you use a value class within a string template, it ends up using a toString of the value class and not the value within the class?
s
You're right, this is by design. You can override the value class's
toString()
function if you want something different.