5 lines
101 B
C++
5 lines
101 B
C++
#include <rapidfuzz/fuzz.hpp>
|
|
|
|
using FooType = rapidfuzz::fuzz::CachedRatio<char>;
|
|
double fooFunc();
|