-
You seem to constrain a lot of your TVertex declarations to `ICompareable` when most of the algorithms and data structures only ever need/use equality. You should use `IEquatable` in many places inst…
-
### Background and motivation
`MemoryExtensions` has really useful `SequenceEqual` and `SequenceCompareTo` methods. For `IEnumerable`, there is a `SequenceEqual` method as well, but sadly no `Seque…
-
2022-12-01T21:19:15: GL Initialized
2022-12-01T21:19:15: GL Version: OpenGL ES 2.0 (ANGLE 2.1.0.0d79a9db3d42)
2022-12-01T21:19:15: GL Renderer: ANGLE (ATI Radeon 3000 …
-
#### Задание 1 Методы которые должна реализовывать HashMap
Для примера Интерфейс IDictionary:
https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.idictionary-2?view=net-8.0
…
KNLOD updated
7 months ago
-
[Build](https://mihubot.xyz/runtime-utils/e054a093c82044c5aa22e88ec21c7edf) completed in 1 hour 30 minutes.
https://github.com/dotnet/runtime/pull/88277
### CoreLib diffs
```
Found 2 files with text…
-
Will just use this as the thread...
Here's what I had in mind, at least at a basic level:
```
diff --git a/src/Graphics/SpriteBatch.cs b/src/Graphics/SpriteBatch.cs
index a2fc8ca..99c3715 1006…
-
While converting to TypeScript (#789) It is becoming annoying that some `System` interfaces have generic and non-generic versions, and the members are needed to be redirected from one to other.
For…
-
**Describe your issue**:
I'm using Win11 with msi to install NWM directly, and using the IP scanner to scan the APIPA address with the subnet mask attached causes the program to crash.
我使用Win11用ms…
AHLLX updated
4 months ago
-
[Build](https://mihubot.xyz/runtime-utils/0016ac426e4240e1b418a4837b42e7c9) completed in 1 hour 54 minutes.
https://github.com/dotnet/runtime/pull/88277
### CoreLib diffs
```
Found 2 files with text…
-
I'd like to propose an operator called `Default` that defaults an element from a secondary sequence when an element from the source sequence is deemed missing or faulty. A function is used to determin…