rust: use arrays instead of vec where possible
Now that [T; N]
supports IntoIterator
, some vec!
usages can be
removed.
System updates will be applied on Mar 24th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
Now that [T; N]
supports IntoIterator
, some vec!
usages can be
removed.