"Converts a string to a list of single-character strings." [ s ]. ( map ( fn [ i ] ( .substring s i ( inc i ) ) ) ( take ( count s ) ( iterate inc 0 ) ) ) ) ...
確定! 回上一頁