pub unsafe extern "C" fn sn(string: S, n: I) -> S
Enumerate the first n chars from a character array. Returns the same character array as an input and must be used to add character array to a symbol list.
n
See the example of js.
js