[ENHANCEMENT] Turn functions isstored
, eachstoredindex
, etc. into @interface
functions
#6
Labels
enhancement
New feature or request
The
SparseArraysBase
minimal interface functions:eachstoredindex
getstoredindex
getunstoredindex
isstored
setstoredindex!
setunstoredindex!
storedlength
storedpairs
storedvalues
ArrayLayouts.zero!
should get turned into
@interface
functions so they can be customized based on interfaces. There will be different implementations for different types of arrays, such as dense, element-wise sparse, block sparse, etc.The text was updated successfully, but these errors were encountered: