Structs§
- Deduced
Param Attrs - Parameter attributes that can only be determined by examining the body of a function instead of just its signature.
- Deduced
Read Only Param - Flags that dictate how a parameter is mutated. If the flags are empty, the param is read-only. If non-empty, it is read-only if all flags’ conditions are met.