mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Update .NET SDK version to 8.0.300
This commit is contained in:
parent
d23411f203
commit
af5f2de99f
@ -1 +1 @@
|
||||
8.0.100
|
||||
8.0.300
|
@ -63,7 +63,7 @@ public readonly ref struct U8Span
|
||||
return new U8Span(_buffer.Slice(start, length));
|
||||
}
|
||||
|
||||
public static implicit operator ReadOnlySpan<byte>(in U8Span value) => value.Value;
|
||||
public static implicit operator ReadOnlySpan<byte>(scoped in U8Span value) => value.Value;
|
||||
public static implicit operator U8Span(ReadOnlySpan<byte> value) => new U8Span(value);
|
||||
|
||||
public static explicit operator string(in U8Span value) => value.ToString();
|
||||
|
Loading…
x
Reference in New Issue
Block a user