withUnsafeBytes
含有「withUnsafeBytes」共 1 篇內容
全部內容
發佈日期由新至舊
小黑與程式的邂逅
2023/11/09
[swift]data、int與string轉換
int to data: //int to data var num = -12300 let data = Data.init(bytes: &num, count: MemoryLayout.size(ofValue: num)) // bytes : 8 elements //
#
swift
#
MemoryLayout
#
Data
喜歡
留言