You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Software package for the Julia programming language to safely calculate the length of an in-memory dense array given its dimensions. See the docs, linked above.
The only public functionality is the exported function checked_size_product.
About
A small Julia package for safely calculating the length of an in-memory dense array given its dimensions.