VecMapper Sign up to join our community! Please login to your account! Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Hello,
Welcome Back,
Forgot Password,
My approach would be something like this: #[storage_mapper("values")] fn values(&self, index: u8) -> SingleValueMapper>;
#[storage_mapper("index")]
fn current_index(&self, index: u8) -> SingleValueMapper;
But not sure if its more efficient, you would have to test that :)