mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Added mut
This commit is contained in:
parent
70830358c8
commit
e25549061c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ namespace System
|
|||
return .(&val.mVal, CSize);
|
||||
}
|
||||
|
||||
public void SetAll(T value)
|
||||
public void SetAll(T value) mut
|
||||
{
|
||||
for (int i < CSize)
|
||||
mVal[i] = value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue