static simplyCached LS remutableKeywords() {
  ret ll(
    "reImmutable", "reimmutable",
    "remutable", "reMutable"
  );
}