mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
New nullable support
This commit is contained in:
parent
59233cc996
commit
88adb3a1cd
16 changed files with 963 additions and 143 deletions
4
IDE/dist/BeefDbgVis.toml
vendored
4
IDE/dist/BeefDbgVis.toml
vendored
|
@ -231,8 +231,8 @@ Name = "[Count]"
|
|||
Value = "mCount - mFreeCount"
|
||||
[Type.Expand.DictionaryItems]
|
||||
Size = "mCount - mFreeCount"
|
||||
Buckets = "&mBuckets.mFirstElement"
|
||||
Entries = "&mEntries.mFirstElement"
|
||||
Buckets = "mBuckets"
|
||||
Entries = "mEntries"
|
||||
Key = "mKey"
|
||||
Value = "mValue"
|
||||
Next = "mNext"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue