/
githubmirror
/
nbs
Обзор
Документация
Войти
/
githubmirror
/
nbs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
library/cpp/unicode/set/unicode_set_parser.h
11 строк
200 B
arigachnyy
use ydb/apps instead of kikimr/driver in tests, remove lfdbg
17 окт 2023, 14:12
17 окт 2023, 14:12
a3dd880
Код
Авторство
О чём код?
#pragma once #include "unicode_set.h" #include <util/generic/strbuf.h> namespace NUnicode { namespace NPrivate { void ParseUnicodeSet(TUnicodeSet& set, const TWtringBuf& data); } }