rd4com
rd4com
Hello, yes i think it is a **very** good idea to do that aswell: The let keyword has different significations depending on the languages. it could allow peoples that comes...
Another point of confusion that i noticed [on the chat](https://discord.com/channels/1087530497313357884/1178018289906106368/1181227191502110810): It is that global variables require to initialize them with ```=```, But then in main, we sort of assign the...
:+1: It makes sense, thanks for taking the time to explain !
@laszlokindrat , @ChristopherLR , if self can be a reference? this parametrization could do the job: ```mojo struct Bucket[T: CollectionElement]: var elements: List[T] fn __init__(inout self): self.elements = List[T]() fn...
@laszlokindrat Nice, ```List.__contains__``` is there: https://github.com/modularml/mojo/pull/2667 , ```1 in x``` works on that one (```rebind```, ```_type_is_eq``` and ```constained```) :partying_face: I'll try to implement ```Tuple.__contains__```, just don't know which way is...
Hello @JoeLoser , glad you like it ! Your videos and the community stream helped a lot :partying_face: I'm learning branch in order to do multiple PR at same time...