79647187

Date: 2025-06-01 04:36:49
Score: 0.5
Natty:
Report link

Just freshening @Charlie Martin's answer for 2025,

let array = [UInt8](repeating: 0, count: 16)

// or if you're into Data

let data = Data([UInt8](repeating: 0, count: 16))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @Charlie
  • High reputation (-1):
Posted by: orion elenzil