static L tok_splitAtComma_emptyOnEmpty(S s) { ret empty(s) ? emptyList() : tok_splitAtComma(s); }