Module from_fn

Module from_fn 

Source
Expand description

Support for constructing arrays using a provided generator function.

Structsยง

Guard ๐Ÿ”’
Drop guard which tracks the total number of initialized items, and handles dropping them in the event a panic occurs.

Functionsยง

try_from_fn_erased ๐Ÿ”’
Fills a MaybeUninit slice using the given fallible generator function.