Module private_immutable
Structs
- PrivateImmutable is an owned state variable type that represents a private value that is set once and remains unchanged forever. Because it is "owned," you must wrap a PrivateImmutable inside an Owned state variable when storing it: