Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

AddToStorage

Fully qualified path: starkware_utils::utils::AddToStorage

pub trait AddToStorage<T>

Trait functions

add_and_write

Fully qualified path: starkware_utils::utils::AddToStorage::add_and_write

fn add_and_write(self: T, value: Self::Value) -> AddToStorage<T>Value

Trait types

Value

Fully qualified path: starkware_utils::utils::AddToStorage::Value

type Value;