예제 #1
0
 public void InsertInEmpty()
 {
     deq.Insert(0, 5);
     Assert.AreEqual(5, deq.PeekBack());
 }