79201524

Date: 2024-11-18 21:49:50
Score: 0.5
Natty:
Report link

in Swift 6.0:

func writeBytesFrom<T: BitwiseCopyable>(array: [T], documentName: String) -> Bool {
    return writeBytes(pointer: array, length: array.count * MemoryLayout<T>.stride, documentName: documentName)
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hogdotmac