lib.rs
Dec 7, 2024Perform side effects and modify objects in a more concise and readable way. Available functions: using - use a value in an expression without creating a new variable (returns a new value) also - perform a side effect using a value without modifying it (returns the same value) apply - modify a value before returning it (returns the same value)