mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 22:35:43 +08:00
28 lines
693 B
XML
28 lines
693 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
|
|
|
<Type Name="Luau::detail::DenseHashTable<*,*,*,*,*,*>">
|
|
<Expand>
|
|
<Item Name="[size]">count</Item>
|
|
<Item Name="[capacity]">capacity</Item>
|
|
<ArrayItems>
|
|
<Size>capacity</Size>
|
|
<ValuePointer>data</ValuePointer>
|
|
</ArrayItems>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<Type Name="Luau::DenseHashSet<*,*,*>">
|
|
<Expand>
|
|
<ExpandedItem>impl</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<Type Name="Luau::DenseHashMap<*,*,*,*>">
|
|
<Expand>
|
|
<ExpandedItem>impl</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
</AutoVisualizer>
|