Garden 🌻

List::is_empty

Is this list empty?

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