diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-06 13:06:21 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-06 13:06:21 +0200 |
commit | b5b63552ff48ceb440a8dac590628ffe4e5e5751 (patch) | |
tree | a769314ea1247a3260ac0a305c94fcaff40ac6b0 /include/unicode | |
parent | 03f69018340f0fae95556321a3d89dcb49910ebe (diff) |
Add uprop_get_nv()
Diffstat (limited to 'include/unicode')
-rw-r--r-- | include/unicode/prop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unicode/prop.h b/include/unicode/prop.h index 74ffdf9..25bffe7 100644 --- a/include/unicode/prop.h +++ b/include/unicode/prop.h @@ -48,6 +48,7 @@ enum [[clang::flag_enum]] uprop_gc : uint_fast32_t { GC_Z = GC_ZL | GC_ZP | GC_ZS, /* Separator */ }; +[[__nodiscard__, __unsequenced__]] double uprop_get_nv(rune); [[__nodiscard__, __unsequenced__]] enum uprop_gc uprop_get_gc(rune); /* PROP PREDICATES START */ |