Garden 🌻

List::is_empty()

Is this list empty?

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