Fork me on GitHub
#specter
<
2017-09-25
>
chromalchemy23:09:49

If I my navigation leads to a vector of strings, how do I continue to navigate the strings as whole values instead of splicing into charachter subsequences? (select [ALL FIRST] ["aaa" "bbb" "ccc"]) gives ["a" "b" "c"] instead of ["aaa"]

chromalchemy23:09:59

Using keypath on a list of maps gave me the vector of strings, and I want to use srange on it...