# Structs
NoUnkeyedLiterals can be embedded in a struct to prevent unkeyed literals.
# Interfaces
No description provided by the author
# Type aliases
CopyChecker holds back pointer to itself to detect object copying.
DoNotCompare can be embedded in a struct to prevent comparability.
DoNotCopy can be embedded in a struct to help prevent shallow copies.