i am developing SwiftUI for Linux, Windows and Web (Wasm) for fun, single source code to deploy multiple platforms. If you have time, check it out!
github.com/codelynx/Swift…#swiftui
#love_swift
SwiftのDecimal、NSDecimalはBCDかもと発言しましたが、そうではないみたい。
Swift’s Decimal type is not implemented as BCD (Binary-Coded Decimal).
Instead, it is a wrapper around NSDecimal, which uses a binary representation of decimal digits. Specifically:
79K Followers 0 FollowingSwift is a general-purpose programming language that's fast, modern, safe, and a joy to write. Designed for all, developed in the open.