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.
Activity