Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.12 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.12 KB

CheckedSizeProduct

Build Status Package version Package dependencies PkgEval Aqua

A small Julia package for safely calculating the length of an in-memory dense array given its dimensions.

The only public functionality is:

  • the exported function checked_size_product
  • the type StatusInvalidValue, not exported
  • the type StatusOverflow, not exported