Module array_from_fn

Module array_from_fn 

Source
Expand description

Unfortunately… I used core::array::from_fn which, although is stable on stable Rust, is not stable with cargo-build-sbf that ships with solana 1.14.18. So, this library will build in stable Rust. Solana 1.16 ships with a rust compiler that stabilizes, but until 1.16 is live and compatible with anchor, we are left to use this alternative.

Functions§

from_fn
A core::array::from_fn that we got off wish.com