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
Behaviour-wise, CArray is functionally identical to Array. The only difference is that there's an attribute coerce with value True for CArray and False for Array; that value has no effect on the behaviour of either class.
I suspect that CArray is little-used within real code. We could consider deprecating it and recommending that users use Array instead.
For some history about how things ended up this way, see #547.
The text was updated successfully, but these errors were encountered:
Behaviour-wise,
CArray
is functionally identical toArray
. The only difference is that there's an attributecoerce
with valueTrue
forCArray
andFalse
forArray
; that value has no effect on the behaviour of either class.I suspect that
CArray
is little-used within real code. We could consider deprecating it and recommending that users useArray
instead.For some history about how things ended up this way, see #547.
The text was updated successfully, but these errors were encountered: