There was an error while loading. Please reload this page.
This is modeled on the strict option for zip().
strict
zip()
One use case is improving the reshape() recipe. In numpy, a reshape will raise an exception if the new dimensions do not exactly fit the data.
reshape()