Channels
welcome
github-notifications
development
announce
random
plugins
general
pex
Powered by
#development
Title
r
red-balloon-89377
11/12/2018, 7:56 PM
Small Rust question: I found that I need a structure that is not quite a vector, but is also not quite a map. Ideally it would be a
Vec<Option<T>>
, but I feel that that’s kind of a Map where the keys are indices and iteration order is deterministic.
Post