Description
Additional shape types for the comfort-array package.
Description
Some extra array shape types additional to the ones in the comfort-array
package. These require some more package dependencies and use type-encoded natural numbers.
Static.ZeroBased
: LikeShape.ZeroBased
but with type-encoded number as size.Simplex
: Simplices of any dimension, where the dimension is encoded in the type. Only a private module for demonstration. Production-ready implementation incomfort-array
.