@ -25,7 +25,7 @@ T[]
MAllocArray(T)(u64 count)
{
void* mem = MemAlloc(T.sizeof * count);
return cast(T*)(mem)[0 .. count];
return (cast(T*)mem)[0 .. count];
}
void
The note is not visible to the blocked user.