Allow casting to array of primitive types

Description

Casting to byte[] actually creates an array of boxed Byte values, which prevents it from being used in some cases. If the user asks for Byte[] then that’s fine, but when asking for byte[] it needs to actually be an array of primitives. This goes the same for int, float, double, boolean, etc.

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Fix versions

Priority

Sentry

Created October 14, 2024 at 8:44 PM
Updated October 14, 2024 at 8:45 PM
Resolved October 14, 2024 at 8:45 PM