fn index()

in src/non_reducing_scalar52.rs [107:109]


    fn index(&self, _index: usize) -> &u64 {
        &(self.0[_index])
    }