diff options
| author | tslil <tslil@posteo.de> | 2025-10-18 18:12:46 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2025-10-18 20:14:52 +0100 |
| commit | 02c7b10c407982ca117098bd64358a8bb910bd3a (patch) | |
| tree | c96cb3265cd58e63dd31a539052c9842ca37b01d /rprt-engine/src/selection.rs | |
| parent | 9a845a610aaf42aaba301d7b0ce1c88096d36915 (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.rs | 2 |
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>, |
