nac3/nac3core
lyken b6a1880226
core/irrt: add Slice and Range
Needed for implementing general ndarray indexing.

Currently IRRT slice and range have nothing to do with NAC3's slice
and range. The IRRT slice and range are currently there to implement
ndarray specific features. However, in the future their definitions may
be used to replace that of NAC3's. (NAC3's range is a [i32 x 3], IRRT's
range is a proper struct. NAC3 does not have a slice struct).
2024-08-30 13:57:10 +08:00
..
irrt core/irrt: add Slice and Range 2024-08-30 13:57:10 +08:00
src core/ndstrides: implement len(ndarray) & refactor len() 2024-08-30 13:45:25 +08:00
Cargo.toml [meta] Do not specify rev in dependency version 2024-08-21 15:36:54 +08:00
build.rs core/irrt: add exceptions and debug utils 2024-08-27 22:55:22 +08:00