Contents

removeLast(_:)

Removes values from the end of this path.

Declaration

mutating func removeLast(_ k: Int = 1)

Parameters

  • k:

    The number of values to remove. The default value is 1.

Discussion

See Also

Managing path contents