void StringData::set(CStrRef key, CStrRef v) {
  setChar(key.toInt32(), v);
}