Objects that store and own `T`s (`Box<[T]>`, `Vec `, `StaticBuf<[T; 32]>`, etc). This allows for generic byte storage types for byte buffers. This also enable generic storage for any `T` type but the `Copy + Default` requirement might be too restricting for all cases.
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected