Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

StoragePointerAddToStorageImpl

Fully qualified path: starkware_utils::utils::StoragePointerAddToStorageImpl

pub impl StoragePointerAddToStorageImpl<
    TValue, +Drop<TValue>, +Add<TValue>, +Copy<TValue>, +Store<TValue>,
> of AddToStorage<StoragePointer<Mutable<TValue>>>;

Impl functions

add_and_write

Fully qualified path: starkware_utils::utils::StoragePointerAddToStorageImpl::add_and_write

fn add_and_write(self: StoragePointer<Mutable<TValue>>, value: TValue) -> TValue

Impl types

Value

Fully qualified path: starkware_utils::utils::StoragePointerAddToStorageImpl::Value

type Value = TValue;