Mathieu
Mathieu
@TAdev0 thanks, but please don't merge suggestions yourself :)
no i mean usually don't commit the suggestions yourself
@okhaimie-dev any updates?
It's not possible yet as mentioned
To get started ``` use core::nullable::NullableTrait; use core::dict::Felt252DictEntryTrait; fn main() { let temperatures = array![20, 19, 26]; let mut pixels: Felt252Dict = Default::default(); pixels.insert(0, NullableTrait::new(temperatures)); println!("Before insertion: {:?}", get_array_entry(ref pixels,...
@misicnenad do you want to work on this btw?
@okhaimie-dev removing you from this one as you already have another one active
@misicnenad I think we can have this sub-section in https://book.cairo-lang.org/ch03-02-dictionaries.html
@misicnenad yes, we would have everything under 3.2 Dictionaries
hey @FriendlyLifeguard it's an old issue i'm not sure what this should look like now, you can give a try but I would probably need to add more details