Is your feature request related to a problem or challenge? Please describe what you are trying to do.
There have been a couple of proposals to improve the ergonomics of interacting with byte views
The current design of the byte views assumes calling sites know the structure of the u128, #5735 tweaks this a little bit but the onus is still on the user to understand the layout of the views.
Describe the solution you'd like
TBD
Describe alternatives you've considered
Additional context
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
There have been a couple of proposals to improve the ergonomics of interacting with byte views
Viewlogic forGenericByteViewArray#5619The current design of the byte views assumes calling sites know the structure of the
u128, #5735 tweaks this a little bit but the onus is still on the user to understand the layout of the views.Describe the solution you'd like
TBD
Describe alternatives you've considered
Additional context