Garden 🌻

List::is_non_empty()

Is this list non-empty?

Source Code
public method is_non_empty<T>(this: List<T>): Bool {
  this.len() != 0
}