mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 15:24:10 +02:00
Minor lib changes
This commit is contained in:
parent
9d125eaaf2
commit
891e4fd789
4 changed files with 58 additions and 0 deletions
|
@ -3487,6 +3487,12 @@ namespace System
|
|||
mLength = length;
|
||||
}
|
||||
|
||||
public this(Span<uint8> data)
|
||||
{
|
||||
mPtr = (.)data.Ptr;
|
||||
mLength = data.Length;
|
||||
}
|
||||
|
||||
public ref char8 this[int index]
|
||||
{
|
||||
[Checked]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue