Addable public protocol Addable A type that defines an addition operator and an additive identity. zero The value for this type that represents the additive identity zero. The result of x + Self.zero should be x. Declaration Swift static var zero: Self { get } +(_:_:) Adds two instances of this type. Declaration Swift static func + (lhs: Self, rhs: Self) -> Self © 2019 . All rights reserved. (Last updated: 2019-01-10) Generated by jazzy ♪♫ v0.9.4, a Realm project.