With Storage in scope, `data.len()` on a `&&[u8]` resolves to Storage::len (already a u64), so `as u64` was a no-op cast; name the slice method explicitly. Co-Authored-By: Claude Opus 5.5 (1M context) <[email protected]>