trident 0.2.1

A struct that stores a `T`, either inline or, if `T` is larger than 3 words, allocated
Documentation
1
2
3
A struct that stores a `T`, either inline or, if `T` is larger than 3 words, allocated.

This mirrors how Swift's non-specialised array works.