aboutsummaryrefslogtreecommitdiff
path: root/rprt-engine/src/selection.rs
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2025-10-18 18:12:46 +0100
committertslil <tslil@posteo.de>2025-10-18 20:14:52 +0100
commit02c7b10c407982ca117098bd64358a8bb910bd3a (patch)
treec96cb3265cd58e63dd31a539052c9842ca37b01d /rprt-engine/src/selection.rs
parent9a845a610aaf42aaba301d7b0ce1c88096d36915 (diff)
Some basic train and parenthesis parsing, things are beginning to become exciting
Diffstat (limited to 'rprt-engine/src/selection.rs')
-rw-r--r--rprt-engine/src/selection.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rprt-engine/src/selection.rs b/rprt-engine/src/selection.rs
index 9494544..968d859 100644
--- a/rprt-engine/src/selection.rs
+++ b/rprt-engine/src/selection.rs
@@ -256,7 +256,7 @@ impl Selection {
}
}
- pub fn broadcast<E>(
+ pub fn vectorise<E>(
&self,
fn_rank_zero: &impl Fn(&BufferID, &usize) -> Result<Self, E>,
fn_rank_one: &impl Fn(&BufferID, &Interval) -> Result<Self, E>,