6 ms·No objects = no structs?by util 15y agoNo objects = no structs?cicero 15y agoThere are structs in C, as well as unions, but they are data only - no methods.swift 15y agoWell, function pointers exist in C, though they are certainly a clumsy replacement for having methods (or first-class functions / closures / currying) built into the language.