first

fun <E, T : Iterable<E>> Assert<T>.first(): Assert<E>

Asserts the iterable is not empty, and returns an assert on the first element.