This issue tracks implementation to core libraries: - [ ] pass math types by value - [ ] consider removing operator [] from vecs and use at() free function instead, at least in shared code - [ ] consider using frame_fromz instead of basis_fromz whener possible - [ ] shape functions take a frame - [ ] implement out own async function to ensure all operating systems run the same code
This issue tracks implementation to core libraries: