Crates.io | trident |
lib.rs | trident |
version | 0.2.1 |
source | src |
created_at | 2021-11-22 21:40:27.68283 |
updated_at | 2021-11-27 14:26:02.377675 |
description | A struct that stores a `T`, either inline or, if `T` is larger than 3 words, allocated |
homepage | |
repository | https://github.com/bobrippling/trident |
max_upload_size | |
id | 485867 |
size | 11,212 |
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.