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