mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 23:34:10 +02:00
Deprecating IOp* interfaces
This commit is contained in:
parent
74382fcb30
commit
99989d5472
15 changed files with 26 additions and 4 deletions
|
@ -37,7 +37,7 @@ namespace System
|
|||
}
|
||||
|
||||
[Ordered]
|
||||
class String : IHashable, IFormattable, IPrintable, IOpComparable
|
||||
class String : IHashable, IFormattable, IPrintable
|
||||
{
|
||||
enum CreateFlags
|
||||
{
|
||||
|
@ -2705,7 +2705,7 @@ namespace System
|
|||
}
|
||||
}
|
||||
|
||||
public struct StringView : Span<char8>, IFormattable, IPrintable, IOpEquals<String>, IHashable
|
||||
public struct StringView : Span<char8>, IFormattable, IPrintable, IHashable
|
||||
{
|
||||
public this()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue