firstOr method

T? firstOr(
  1. T orElse
)

Implementation

T? firstOr(T orElse) => iter.firstOr(orElse);