Commits


Scott McKay authored and GitHub committed 48e96ea65f2
Reduce binary size of Slice implementation (#3238) * Make the Slice implementation based on type sizes and reduce templatized code to a minimum. * Remove using 'dynamic' as a template param to Slice as well.