class PersistentArray(T)
- PersistentArray(T)
 - Reference
 - Object
 
Defined in:
datastructure/persistent_array.crConstant Summary
- 
        CHILD_SIZE = 
32 
Constructors
Instance Method Summary
- #[](i : Int) : T
 - #destractive_set(i : Int, val : T) : T
 - #get(i : Int) : T
 - #set(i : Int, val : T) : self
 - #to_a(size : Int) : Array(T)