Fork me on GitHub
#clr
<
2022-07-19
>
Benjamin10:07:30

Jo how do I cast a persistent vector to a persistent vector of strings? I am trying to do the equivalent of

(mapv #(mapv str %) (:arglists m))
from csharp

Benjamin10:07:42

ok 😅

resultMessage["eldoc"] = new BList(((IEnumerable)entry.val()).Select(lst => new BList(((IEnumerable)lst).Select(o => o.ToString()))));

Benjamin08:07:30

I have a fix. After calling (import 'MyType) MyType will now resolve to the type instead of a symbol. This is what I wanted.