List::is_non_empty()
Is this list non-empty?
public method is_non_empty<T>(this: List<T>): Bool { this.len() != 0 }