This is an automated archive made by the Lemmit Bot.

The original was posted on /r/rust by /u/roll4c on 2024-04-09 08:00:28.


fn perform\_lookup(
 &mut self,
 table\_id: u32,
 keys: &[Variable; KEYS],
) -> [Variable; VALUES]
where
 [(); KEYS + VALUES]:;

The source code is here.