Which struct type can be used safely as a map key without a runtime comparability panic?

from Structs
Go 1.27 intermediate 1 min

Which struct type can be used safely as a map key without a runtime comparability panic?

Report an error