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