strings_at(ss, n)
Return the nth characters from all the strings in the list ss.
nth
ss
strings_at(["hello", "world"], 1) // [\e, \o]
Core Module Index | Contents