Macro set

Source
macro_rules! set {
    ($t:ident, $f:ident, $v:expr) => { ... };
}
Expand description

Safe wrapper of PrivateCell::set().