mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Add Deref<Target = [T]> implementation for VecCache<T> to allow direct slice operations without explicitly calling get_values(). This enables cleaner code patterns like cache.iter() instead of cache.get_values().iter(). Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>