Create RangedIndex
interface used in C# codegen similar to Rust
#2316
Labels
RangedIndex
interface used in C# codegen similar to Rust
#2316
Currently, the module-side generated data structures for indexes don't implement a single interface, despite all having the same interface. The generated code for these looks like
Either IndexBase should grow more methods, an interface should be added, or this sort of index should be converted to a single data structure.
This is a wart that could be fixed backwards-compatibly since it is only visible inside modules.
The text was updated successfully, but these errors were encountered: