hood

fun <T> Field<T>.hood(transform: (T, T) -> T): T

Reduce the elements of a field using the transform function.