Add URL for Unicode table generator into the headers of the Unicode tables

This commit is contained in:
richard (rikki) andrew cattermole 2022-12-11 16:12:23 +13:00
parent a1f2e760e7
commit 297370abc2
5 changed files with 10 additions and 5 deletions

View file

@ -165,7 +165,8 @@ enum HeaderComment = `//Written in the D programming language
* Authors: Dmitry Olshansky
*
*/
//Automatically generated from Unicode Character Database files, DO NOT EDIT
// Automatically generated from Unicode Character Database files, DO NOT EDIT
// https://github.com/dlang/phobos/blob/master/tools/unicode_table_generator.d
//dfmt off`;
auto toPairs(K, V)(V[K] aa)