Hassan Rahim

Results 3 comments of Hassan Rahim

Hey, @czgdp1807 I want to work on this issue. Can you please tell me ways to get started?

So, do I've to create a new class like this:- ```py class ImplicitArray(Array): pass class OneDimensionalImplicitArray(ImplicitArray, OneDimensionalArray): "Here I've to declare the functions of this class" ```

Alright then. I'll work on this issue and I'll create a PR for this.