Rename the 'Index' node to 'Index Elements'

This commit is contained in:
Keavon Chambers
2025-11-03 13:35:56 -08:00
parent 0998abdaf3
commit 055d543117
2 changed files with 3 additions and 3 deletions

View File

@@ -443,7 +443,7 @@ async fn flatten_vector(_: impl Ctx, content: Table<Graphic>) -> Table<Vector> {
/// Returns the value at the specified index in the collection.
/// If that index has no value, the type's default value is returned.
#[node_macro::node(category("General"))]
fn index<T: AtIndex + Clone + Default>(
fn index_elements<T: AtIndex + Clone + Default>(
_: impl Ctx,
/// The collection of data, such as a list or table.
#[implementations(