class Imos2D(T)
- Imos2D(T)
 - Reference
 - Object
 
Defined in:
datastructure/imos_2d.crConstructors
Instance Method Summary
- #[](y : Int32, x : Int32) : T
 - #add(ys : Int, yc : Int, xs : Int, xc : Int, val : T) : Nil
 - #add(y : Range, x : Range, val : T) : Nil
 - #build : Array(Array(T))
 - #height : Int32
 - #width : Int32