Began implementing a block-allocating Deque class similar to C++'s std::deque - insertion and removal at both ends already working
git-svn-id: file:///srv/devel/repo-conversion/nusu@158 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
74bf351727
commit
ff44edcdf1
6 changed files with 356 additions and 4 deletions
|
@ -51,6 +51,10 @@
|
|||
<Compile Include="Source\AssertHelper.Test.cs">
|
||||
<DependentUpon>AssertHelper.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Collections\Deque.cs" />
|
||||
<Compile Include="Source\Collections\Deque.Test.cs">
|
||||
<DependentUpon>Deque.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Collections\IObservableCollection.cs" />
|
||||
<Compile Include="Source\Collections\ItemEventArgs.cs" />
|
||||
<Compile Include="Source\Collections\ItemEventArgs.Test.cs">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue