With that said, if StaticBigInt
only exposes the underlying data as an UnsafeBufferPointer
, that will probably interfere with constant evaluation. That might be another argument for providing a more "ABI-neutral" access to the data, like a method to return the k
th least significant word.
1 Like