Add missing export visibility attributes

This commit is contained in:
Mergul 2025-04-10 13:59:21 +02:00
parent 50fa2ce19c
commit 9b75772039
4 changed files with 18 additions and 8 deletions

View file

@ -28,7 +28,7 @@ export ulong defaultHashFunc(T)(auto ref T t) nothrow @nogc
}
}
ulong hash(byte[] array) nothrow @nogc
export ulong hash(byte[] array) nothrow @nogc
{
ulong hash = 0;