There are two possible semantics for this: - replace `rawview(N0f8.(X))` with `rawview(N0f8, X)` - replace `UInt8.(rawview(X))` with `rawview(UInt8, X)` I prefer to take the second version.
There are two possible semantics for this:
rawview(N0f8.(X))withrawview(N0f8, X)UInt8.(rawview(X))withrawview(UInt8, X)I prefer to take the second version.