File: pythonLevenshteinIssue9.hpp

package info (click to toggle)
rapidfuzz-cpp 3.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,480 kB
  • sloc: cpp: 30,893; python: 63; makefile: 26; sh: 8
file content (8 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#pragma once
#include <cstdint>
#include <vector>

namespace pythonLevenshteinIssue9 {
extern std::vector<uint8_t> example1;
extern std::vector<uint8_t> example2;
} // namespace pythonLevenshteinIssue9