John McCall
John McCall
AAPCS defines the natural alignment of a composite type as the maximum of the alignment of the members. Both GCC and Clang appear to honor `__attribute__((packed))` when computing natural alignment,...
[`UnidirectionalBinding.swift:188`](https://github.com/ReactiveCocoa/ReactiveSwift/blob/7f733497761379030d1b82e36d5b7c3deabbf01b/Sources/UnidirectionalBinding.swift#L188): ```swift public init(on scheduler: Scheduler = ImmediateScheduler(), lifetime: Lifetime, object: Object, keyPath: WritableKeyPath) { self.init(on: scheduler, lifetime: lifetime) { [weak object] in object?[keyPath: keyPath] = $0 } } ```...