yards

fun yards(value: Int): Distance
fun yards(value: Long): Distance
fun yards(value: Double): Distance

Creates a Distance instance from the given value in yards.