static AutoComboBox3 standardFunctionComboBox() {
  ret autoComboBox3(func(S s) -> L<S> {
    scoredSearch2(50, s, standardFunctionNames())
  });
}