A trait for types that can be safely dropped. Types implementingDocumentation Index
Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
Use this file to discover all available pages before exploring further.
Drop can be automatically discarded when they go out of scope.
The drop operation is a no-op - it simply indicates to the compiler that this type
can be safely discarded.
Signature
Examples
WithoutDrop:
Drop: