1// This file is part of the Unicode Character Database
2// For documentation, see http://www.unicode.org/reports/tr44/
3//
4// Based on the source file: https://unicode.org/Public/17.0.0/ucd/NamedSequencesProv.txt
5//
6// zig fmt: off
7
8pub const NamedSequence = struct {
9 name: []const u8,
10 sequence: []const u21,
11};
12
13pub const data = [_]NamedSequence{
14};