Co-authored-by: josh11b <josh11b@users.noreply.github.com> Co-authored-by: Richard Smith <richard@metafoo.co.uk>
Closed
josh11b added a commit that referenced this pull request
Sep 9, 2022A few changes: - Merge content from the `primitive_types.md` design doc into the overall design `README.md` since there was so much overlap and no need for two copies. - Consistently spell integer types `Carbon.Int(N)` and `Carbon.UInt(N)`, including the `Carbon.` prefix and avoiding `Unsigned(N)`. - Consistently use a comprehensive set of floating-point types. - Incorporates #2015 into the design docs.
Merged
josh11b added a commit that referenced this pull request
Dec 9, 2022