Class GGLib::CArray
In: gglib/carray.rb
Parent: Array

CArray is an Array which does not compact. CArrays place a priority on preserving the indices of each element in order to allow identification of elements thier indices. CArrays are used by the Window and Tile classes.

Methods

<<   compact   compact!   delete   delete_at   each   new   pp   push  

Public Class methods

Public Instance methods

[Validate]