9:46 AM
介さないでいけますよ
9:47 AM
let uint64Pointer: UnsafeMutablePointer<UInt64> = fetchValue() let isNegative = uint64Pointer.withMemoryRebound(to: Int64.self) { ptr in return ptr.pointee < 0 } (edited)