class MultiArray1(T, N1)
- MultiArray1(T, N1)
- Reference
- Object
Defined in:
multiarray.crConstructors
Instance Method Summary
- #[](n1 : Int32)
- #[](n1 : N1)
- #[]=(n1 : Int32, value : T)
- #[]=(n1 : N1, value : T)
- #each(&)
- #each_index(&)
- #each_with_index(&)
- #inspect(io)
- #to_s(io)
- #to_unsafe