blob: 55a0dd5ec0244746f71544ddb99c15034e4d27ee [file] [log] [blame]
public struct ResilientGenericStruct<T> {
public init(value: T) {
size = MemoryLayout<T>.size
}
public var size: Int
}