1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Added mut

This commit is contained in:
Brian Fiete 2022-09-14 07:14:32 -07:00
parent 70830358c8
commit e25549061c

View file

@ -26,7 +26,7 @@ namespace System
return .(&val.mVal, CSize); return .(&val.mVal, CSize);
} }
public void SetAll(T value) public void SetAll(T value) mut
{ {
for (int i < CSize) for (int i < CSize)
mVal[i] = value; mVal[i] = value;