Useful Macros
todo!()
-
Indicates unfinished code.
-
This can be useful if you are prototyping and are just looking to have your code typecheck.
dbg!()
-
This is a debug macro, we can pass any variable inside it to see debug logs in console.