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
When Zeros or Ones gets an empty tuple as its only argument, perhaps we should return zero or one? This way functions that can be called on both arrays and numbers can be simplified, instead of having to special-case numbers.
The text was updated successfully, but these errors were encountered:
When
Zeros
orOnes
gets an empty tuple as its only argument, perhaps we should returnzero
orone
? This way functions that can be called on both arrays and numbers can be simplified, instead of having to special-case numbers.The text was updated successfully, but these errors were encountered: