Add vararg slot cloning and snapshot vararg capture

This commit is contained in:
Dennis Kobert
2026-07-27 10:47:44 +00:00
parent 28d9e3cbe3
commit 470ffdab43
2 changed files with 109 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ pub fn extract_element<T: Clone + Default + Send + Sync + 'static>(
}
#[node_macro::node(category("General"))]
fn map<Item: AnyHash + Send + Sync + CacheHash>(
fn map<Item: AnyHash + Clone + Send + Sync + CacheHash>(
ctx: impl Ctx + DeriveCtx,
#[implementations(
List<Graphic>,