Replies: 2 comments
-
Moving to Runtime. The behavior of |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here's an updated sample with suggested change to System.Index faked in IndexRefactored class:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There seems to be no real way of reversing the behaviour of indices, i.e. where the set of indices range from high to low, e.g. a bit pattern <UInt32> - bit31..bit0
A solution would be for System.Index to have, say, an Inferred property to indicate that the Start/End index was not present ('..' 'start..' '..end'), rather than blindly setting Index.Start.Value to zero.
Beta Was this translation helpful? Give feedback.
All reactions