class Array2D(T)
- Array2D(T)
- Reference
- Object
Defined in:
utils/misc.crConstructors
- .new(size : IntVector2, value : T)
- .new(size : IntVector2)
- .new(*, size : IntVector2, data : Array(T))
- .new(size : IntVector2, &)
Instance Method Summary
- #[](x, y)
- #[](v2)
- #[]=(x, y, value : T)
- #[]=(v2, value : T)
- #count_neightboors(pos, diagonal = false, &)
- #data
- #fill(value : T)
- #map_with_index(&)
- #map_with_index!(&)
- #size