1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-18 08:06:04 +02:00

Added support for indexer in initializer expression, reeval Add calls

This commit is contained in:
Brian Fiete 2023-03-17 11:13:41 -07:00
parent ac6f58f118
commit 596dd2401d
7 changed files with 85 additions and 66 deletions

View file

@ -18,7 +18,7 @@ namespace System.Collections
}
}
extension Dictionary<K, V>
extension Dictionary<TKey, TValue>
{
public static bool operator==(Self lhs, Self rhs)
{