Closed fredemmott closed 7 years ago
I have an ImmMap<string, classname<T>>; it would be useful to be able to specify that the values should be exported by $x ==> "\\".$x.'::class' directly, especially when nested (related: #12)
ImmMap<string, classname<T>>
$x ==> "\\".$x.'::class'
I have an
ImmMap<string, classname<T>>
; it would be useful to be able to specify that the values should be exported by$x ==> "\\".$x.'::class'
directly, especially when nested (related: #12)