You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #90 - dbkaplun:smallvec!, r=mbrubeck
Add vec!-like smallvec! macro
Hello,
This implements a smallvec! macro for the smallvec package. It infers the underlying Array size and has similar syntax to `vec!`. For users wishing to incorporate smallvec into their projects, this macro eases the transition significantly.
Thanks for considering.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-smallvec/90)
<!-- Reviewable:end -->
0 commit comments