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