String i(int w, [int? len, String separator = '']) => (len != null ? take(len) : this).map((n) => n.i(w)).join(separator);