copy

fun copy(directions: List<Direction> = this.directions, follow: Direction? = this.follow): Lane

Deprecated

This will be removed from future releases after 2025-12-16.

Replace with

Lane(directions, follow)