Ascent

public struct Ascent

A type that represents a single ascent of a single hill.

See also

AscendedHill
  • The date on which this ascent was made, if recorded.

    Declaration

    Swift

    public let date: Date?
  • Any notes recorded for this ascent.

    Declaration

    Swift

    public let notes: String?