enigma/reflector/
reflect.rs

1impl super::Reflector {
2    pub fn reflect(&self, input: usize) -> usize {
3        self.wiring[input]
4    }
5}