79158492

Date: 2024-11-05 09:45:02
Score: 0.5
Natty:
Report link

It could be done as,

Uint8List int8List = ...;
Int16List int16List = Int16List.view(int8List.buffer)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: selvan