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
This way is unsafe because the constructor cannot check the bounds.
I would like a function that takes an input a ChunkSpan and a DiscreteDomain/DiscreteElement and returns a reinterpreted ChunkSpan with a check of the bounds in case of a DiscreteDomain.
The text was updated successfully, but these errors were encountered:
In some situations it can be useful to reinterpret the support of a
ChunkSpan
:This way is unsafe because the constructor cannot check the bounds.
I would like a function that takes an input a
ChunkSpan
and aDiscreteDomain
/DiscreteElement
and returns a reinterpretedChunkSpan
with a check of the bounds in case of aDiscreteDomain
.The text was updated successfully, but these errors were encountered: