static L eachCharAsString(S s) { new L l; for i over s: l.add(substring(s, i, i+1)); ret l; }