ActivityLapExtension

@available(swift 4.0)
public struct ActivityLapExtension

TCX Activity Lap Extension

  • Returns a Boolean value indicating whether two values are equal.

    Equality is the inverse of inequality. For any values a and b, a == b implies that a != b is false.

    Declaration

    Swift

    public static func == (lhs: ActivityLapExtension, rhs: ActivityLapExtension) -> Bool

    Parameters

    lhs

    A value to compare.

    rhs

    Another value to compare.

  • Coding Keys

    See more

    Declaration

    Swift

    public enum CodingKeys : String, CodingKey
  • Alternate Coding Keys

    See more

    Declaration

    Swift

    public enum AlternateCodingKeys : String, CodingKey
  • Creates a new instance by decoding from the given decoder.

    This initializer throws an error if reading from the decoder fails, or if the data read is corrupted or otherwise invalid.

    Declaration

    Swift

    public init(from decoder: Decoder) throws

    Parameters

    decoder

    The decoder to read data from.