<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I think you forgot to consider hexadecimal floating point literals. Those have a power-of-2 significand (instead of power-of-10). They can't be expressed by the `ExpressibleByArbitraryPrecisionFloatLiteral` protocol you're proposing.<div class=""><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">Le 30 mars 2017 à 17:56, David Hart via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; a écrit :</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hello swift-evolution,<div class=""><br class=""></div><div class="">I’m working on a proposal for arbitrary precision integer and float literal protocols to complement ExpressibleByIntegerLiteral and ExpressibleByFloatLiteral. I’m looking for feedback and help in verifying the logic - I have doubts about endianness.</div><div class=""><br class=""></div><div class="">Fire away!</div><div class=""><br class=""></div><div class=""><a href="https://github.com/hartbit/swift-evolution/blob/arbitrary-precision-integer-float-protocol/proposals/XXXX-arbitrary-precision-integer-float-literal-protocols.md" class="">https://github.com/hartbit/swift-evolution/blob/arbitrary-precision-integer-float-protocol/proposals/XXXX-arbitrary-precision-integer-float-literal-protocols.md</a></div><div class=""><br class=""></div><div class=""><h1 style="box-sizing: border-box; margin-right: 0px; margin-bottom: 16px; margin-left: 0px; line-height: 1.25; padding-bottom: 0.3em; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(234, 236, 239); color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; background-color: rgb(255, 255, 255); margin-top: 0px !important;" class="">Arbitrary precision integer and float literal procotols</h1><ul style="box-sizing: border-box; padding-left: 2em; margin-top: 0px; margin-bottom: 16px; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; background-color: rgb(255, 255, 255);" class=""><li style="box-sizing: border-box;" class="">Proposal:&nbsp;<a href="https://github.com/hartbit/swift-evolution/blob/arbitrary-precision-integer-float-protocol/proposals/XXXX-arbitrary-precision-integer-float-literal-protocols.md" style="box-sizing: border-box; background-color: transparent; -webkit-text-decoration-skip: objects; color: rgb(3, 102, 214); text-decoration: none;" class="">SE-XXXX</a></li><li style="box-sizing: border-box; margin-top: 0.25em;" class="">Authors:&nbsp;<a href="https://github.com/hartbit" style="box-sizing: border-box; background-color: transparent; -webkit-text-decoration-skip: objects; color: rgb(3, 102, 214); text-decoration: none;" class="">David Hart</a></li><li style="box-sizing: border-box; margin-top: 0.25em;" class="">Review Manager:&nbsp;<em style="box-sizing: border-box;" class="">TBD</em></li><li style="box-sizing: border-box; margin-top: 0.25em;" class="">Status:&nbsp;<em style="box-sizing: border-box;" class="">TBD</em></li></ul><h2 style="box-sizing: border-box; margin-top: 24px; margin-bottom: 16px; line-height: 1.25; padding-bottom: 0.3em; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(234, 236, 239); color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; background-color: rgb(255, 255, 255);" class=""><a id="user-content-introduction" class="anchor" href="https://github.com/hartbit/swift-evolution/tree/arbitrary-precision-integer-float-protocol#introduction" aria-hidden="true" style="box-sizing: border-box; background-color: transparent; -webkit-text-decoration-skip: objects; color: rgb(3, 102, 214); text-decoration: none; float: left; padding-right: 4px; margin-left: -20px; line-height: 1;"><svg aria-hidden="true" class="octicon octicon-link" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Introduction</h2><p style="box-sizing: border-box; margin-top: 0px; margin-bottom: 16px; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; background-color: rgb(255, 255, 255);" class="">We propose a pair of protocols extending&nbsp;<code style="box-sizing: border-box; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.600000381469727px; padding: 0.2em 0px; margin: 0px; background-color: rgba(27, 31, 35, 0.0470588); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;" class="">ExpressibleByIntegerLiteral</code>&nbsp;and&nbsp;<code style="box-sizing: border-box; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.600000381469727px; padding: 0.2em 0px; margin: 0px; background-color: rgba(27, 31, 35, 0.0470588); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;" class="">ExpressibleByFloatLiteral</code>&nbsp;to allow initializing conforming types with arbitrary precision integer and floating-point literals.</p><h2 style="box-sizing: border-box; margin-top: 24px; margin-bottom: 16px; line-height: 1.25; padding-bottom: 0.3em; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(234, 236, 239); color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; background-color: rgb(255, 255, 255);" class=""><a id="user-content-motivation" class="anchor" href="https://github.com/hartbit/swift-evolution/tree/arbitrary-precision-integer-float-protocol#motivation" aria-hidden="true" style="box-sizing: border-box; background-color: transparent; -webkit-text-decoration-skip: objects; color: rgb(3, 102, 214); text-decoration: none; float: left; padding-right: 4px; margin-left: -20px; line-height: 1;"><svg aria-hidden="true" class="octicon octicon-link" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Motivation</h2><p style="box-sizing: border-box; margin-top: 0px; margin-bottom: 16px; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; background-color: rgb(255, 255, 255);" class="">The current protocols&nbsp;<code style="box-sizing: border-box; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.600000381469727px; padding: 0.2em 0px; margin: 0px; background-color: rgba(27, 31, 35, 0.0470588); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;" class="">ExpressibleByIntegerLiteral</code>&nbsp;and&nbsp;<code style="box-sizing: border-box; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.600000381469727px; padding: 0.2em 0px; margin: 0px; background-color: rgba(27, 31, 35, 0.0470588); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;" class="">ExpressibleByFloatLiteral</code>&nbsp;are simple and work well but don't support arbitrary precision literal values. Replacing those protocols is a non-goal as they provide a simple interface for work well for most cases. Therefore, to support initializing big integer and big float types with literal values, we need new protocols.</p><h2 style="box-sizing: border-box; margin-top: 24px; margin-bottom: 16px; line-height: 1.25; padding-bottom: 0.3em; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(234, 236, 239); color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; background-color: rgb(255, 255, 255);" class=""><a id="user-content-proposed-solution" class="anchor" href="https://github.com/hartbit/swift-evolution/tree/arbitrary-precision-integer-float-protocol#proposed-solution" aria-hidden="true" style="box-sizing: border-box; background-color: transparent; -webkit-text-decoration-skip: objects; color: rgb(3, 102, 214); text-decoration: none; float: left; padding-right: 4px; margin-left: -20px; line-height: 1;"><svg aria-hidden="true" class="octicon octicon-link" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Proposed solution</h2><p style="box-sizing: border-box; margin-top: 0px; margin-bottom: 16px; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; background-color: rgb(255, 255, 255);" class="">We propose:</p><ul style="box-sizing: border-box; padding-left: 2em; margin-top: 0px; margin-bottom: 16px; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; background-color: rgb(255, 255, 255);" class=""><li style="box-sizing: border-box;" class="">renaming&nbsp;<code style="box-sizing: border-box; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.600000381469727px; padding: 0.2em 0px; margin: 0px; background-color: rgba(27, 31, 35, 0.0470588); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;" class="">FloatingPointSign</code>&nbsp;into&nbsp;<code style="box-sizing: border-box; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.600000381469727px; padding: 0.2em 0px; margin: 0px; background-color: rgba(27, 31, 35, 0.0470588); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;" class="">Sign</code>,</li><li style="box-sizing: border-box; margin-top: 0.25em;" class="">introducing a&nbsp;<code style="box-sizing: border-box; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.600000381469727px; padding: 0.2em 0px; margin: 0px; background-color: rgba(27, 31, 35, 0.0470588); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;" class="">ExpressibleByArbitraryPrecisionIntegerLiteral</code>&nbsp;protocol that extends&nbsp;<code style="box-sizing: border-box; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.600000381469727px; padding: 0.2em 0px; margin: 0px; background-color: rgba(27, 31, 35, 0.0470588); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;" class="">ExpressibleByIntegerLiteral</code>&nbsp;and provides a new arbitrary precision initializer,</li><li style="box-sizing: border-box; margin-top: 0.25em;" class="">introducing a&nbsp;<code style="box-sizing: border-box; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.600000381469727px; padding: 0.2em 0px; margin: 0px; background-color: rgba(27, 31, 35, 0.0470588); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;" class="">ExpressibleByArbitraryPrecisionFloatLiteral</code>&nbsp;protocol that extends&nbsp;<code style="box-sizing: border-box; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.600000381469727px; padding: 0.2em 0px; margin: 0px; background-color: rgba(27, 31, 35, 0.0470588); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;" class="">ExpressibleByFloatLiteral</code>&nbsp;and provides a new arbitrary precision initializer.</li></ul><p style="box-sizing: border-box; margin-top: 0px; margin-bottom: 16px; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; background-color: rgb(255, 255, 255);" class="">Here is the corresponding code:</p><div class="highlight highlight-source-swift" style="box-sizing: border-box; margin-bottom: 16px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; background-color: rgb(255, 255, 255);"><pre style="box-sizing: border-box; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.600000381469727px; margin-top: 0px; margin-bottom: 0px; line-height: 1.45; word-wrap: normal; padding: 16px; overflow: auto; background-color: rgb(246, 248, 250); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; word-break: normal;" class=""><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span> The sign of a number.</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><span class="pl-k" style="color: rgb(167, 29, 93); box-sizing: border-box;">public</span><font color="#24292e" class=""> </font><span class="pl-k" style="color: rgb(167, 29, 93); box-sizing: border-box;">enum</span><font color="#24292e" class=""> </font><span class="pl-en" style="color: rgb(121, 93, 163); box-sizing: border-box;">Sign</span><font color="#24292e" class=""> : </font><span class="pl-e" style="color: rgb(121, 93, 163); box-sizing: border-box;"><span class="pl-c1" style="box-sizing: border-box; color: rgb(0, 134, 179);">Int</span> </span><font color="#24292e" class="">{
    
    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span> The sign for a positive value.</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-k" style="color: rgb(167, 29, 93); box-sizing: border-box;">case</span><font color="#24292e" class=""> </font><span class="pl-c1" style="color: rgb(0, 134, 179); box-sizing: border-box;">plus</span><font color="#24292e" class="">
    
    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span> The sign for a negative value.</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-k" style="color: rgb(167, 29, 93); box-sizing: border-box;">case</span><font color="#24292e" class=""> </font><span class="pl-c1" style="color: rgb(0, 134, 179); box-sizing: border-box;">minus</span><font color="#24292e" class="">
}

</font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span> A type that can be initialized with an arbitrary precision integer literal.</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><span class="pl-k" style="color: rgb(167, 29, 93); box-sizing: border-box;">public</span><font color="#24292e" class=""> </font><span class="pl-k" style="color: rgb(167, 29, 93); box-sizing: border-box;">protocol</span><font color="#24292e" class=""> </font><span class="pl-en" style="color: rgb(121, 93, 163); box-sizing: border-box;">ExpressibleByArbitraryPrecisionIntegerLiteral</span><font color="#24292e" class="">:
    </font><span class="pl-e" style="color: rgb(121, 93, 163); box-sizing: border-box;"><span class="pl-c1" style="box-sizing: border-box; color: rgb(0, 134, 179);">ExpressibleByIntegerLiteral</span> </span><font color="#24292e" class="">{
    
    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span> Creates an instance initialized with the sign and memory value of the</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span> arbitrary precision integer literal.</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;">///</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span> Do not call this initializer directly. Instead, initialize a variable or</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span> constant using an arbitrary precision integer literal. For example:</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;">///</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span>     let x = 123_456_789_123_456_789_123_456_789</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;">///</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span> In this example, the assignment to the `x` constant calls this integer</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span> literal initializer behind the scenes with `sign` as `.plus` and</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;"><font color="#24292e" class="">    </font><font color="#969896" class="">///</font></span><font color="#969896" class=""> `buffer` as the memory [0x0000000000661EFD, 0xF2E3B19F7C045F15].</font></span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;">///</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span> - Parameters:</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span>     sign: The sign of the integer value.</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span>     buffer: The memory value of the integer.</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-k" style="color: rgb(167, 29, 93); box-sizing: border-box;">init</span><font color="#24292e" class="">(</font><span class="pl-smi" style="color: rgb(51, 51, 51); box-sizing: border-box;"><span class="pl-en" style="box-sizing: border-box; color: rgb(121, 93, 163);">sign</span></span><font color="#24292e" class="">: Sign, </font><span class="pl-smi" style="color: rgb(51, 51, 51); box-sizing: border-box;"><span class="pl-en" style="box-sizing: border-box; color: rgb(121, 93, 163);">buffer</span></span><font color="#24292e" class="">: </font><span class="pl-c1" style="color: rgb(0, 134, 179); box-sizing: border-box;">UnsafeBufferPointer</span><font color="#24292e" class="">&lt;</font><span class="pl-c1" style="color: rgb(0, 134, 179); box-sizing: border-box;">UInt64</span><font color="#24292e" class="">&gt;)
}

</font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span> A type that can be initialized with an arbitrary precision float literal.</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><span class="pl-k" style="color: rgb(167, 29, 93); box-sizing: border-box;">public</span><font color="#24292e" class=""> </font><span class="pl-k" style="color: rgb(167, 29, 93); box-sizing: border-box;">protocol</span><font color="#24292e" class=""> </font><span class="pl-en" style="color: rgb(121, 93, 163); box-sizing: border-box;">ExpressibleByArbitraryPrecisionFloatLiteral</span><font color="#24292e" class="">:
    </font><span class="pl-e" style="color: rgb(121, 93, 163); box-sizing: border-box;"><span class="pl-c1" style="box-sizing: border-box; color: rgb(0, 134, 179);">ExpressibleByFloatLiteral</span> </span><font color="#24292e" class="">{
    
    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span> Creates an instance initialized with the sign, exponent and</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span> significand of the arbitrary precision float literal.</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;">///</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span> Do not call this initializer directly. Instead, initialize a variable or</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span> constant using an arbitrary precision integer literal. For example:</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;">///</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span>     let x = 123_456_789_123_456.789_123_456_789</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;">///</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span> In this example, the assignment to the `x` constant calls this float</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span> literal initializer behind the scenes with `sign` as `.plus`, `exponent`</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span> as the memory [0x0000000000661EFD, 0xF2E3B19F7C045F15] and `significand`</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span> with value [0x000000000000000C].</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;">///</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span> - Parameters:</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span>     sign: The sign of the integer value.</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span>     exponent: The memory value of the exponent.</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-c" style="color: rgb(150, 152, 150); box-sizing: border-box;"><span class="pl-c" style="box-sizing: border-box;">///</span>     significand: The memory value of the significand.</span><font color="#24292e" class="">
</font><span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);"></span><font color="#24292e" class="">    </font><span class="pl-k" style="color: rgb(167, 29, 93); box-sizing: border-box;">init</span><font color="#24292e" class="">(
        </font><span class="pl-smi" style="color: rgb(51, 51, 51); box-sizing: border-box;"><span class="pl-en" style="box-sizing: border-box; color: rgb(121, 93, 163);">sign</span></span><font color="#24292e" class="">: Sign,
        </font><span class="pl-smi" style="color: rgb(51, 51, 51); box-sizing: border-box;"><span class="pl-en" style="box-sizing: border-box; color: rgb(121, 93, 163);">exponent</span></span><font color="#24292e" class="">: </font><span class="pl-c1" style="color: rgb(0, 134, 179); box-sizing: border-box;">UnsafeBufferPointer</span><font color="#24292e" class="">&lt;</font><span class="pl-c1" style="color: rgb(0, 134, 179); box-sizing: border-box;">UInt64</span><font color="#24292e" class="">&gt;,
        </font><span class="pl-smi" style="color: rgb(51, 51, 51); box-sizing: border-box;"><span class="pl-en" style="box-sizing: border-box; color: rgb(121, 93, 163);">significand</span></span><font color="#24292e" class="">: </font><span class="pl-c1" style="color: rgb(0, 134, 179); box-sizing: border-box;">UnsafeBufferPointer</span><font color="#24292e" class="">&lt;</font><span class="pl-c1" style="color: rgb(0, 134, 179); box-sizing: border-box;">UInt64</span><font color="#24292e" class="">&gt;)
}</font></pre></div><div class=""><br class=""></div></div><div class=""><br class=""></div><div class=""><br class=""></div></div>_______________________________________________<br class="">swift-evolution mailing list<br class=""><a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-evolution<br class=""></div></blockquote></div><br class=""></div></div><br class=""><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px;"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px;"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px;"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">--&nbsp;<br class="">Michel Fortin</div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><span style="text-align: -webkit-auto;" class=""><a href="https://michelf.ca" class="">https://michelf.ca</a></span></div></span></div></span></div></span></div></div></div></div>
</div>
<br class=""></body></html>