sS combineWithSeparator(S separator, O... l) {
  ret customSeparatorCombine(separator, l);
}