public struct ResilientGenericStruct { public init(value: T) { size = MemoryLayout.size } public var size: Int }