As of this writing, most rust integer primitives have significant const APIs. The i256 type has some const functions, but many useful pieces are still not const.
Noticed that while reading this DataFusion PR that had to do some manual const code wrangling.
As of this writing, most rust integer primitives have significant const APIs. The i256 type has some const functions, but many useful pieces are still not const.
Noticed that while reading this DataFusion PR that had to do some manual const code wrangling.