home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

is_empty (114B)


      1 # -*- mode: snippet -*-
      2 # name: is_empty
      3 # key: is_empty
      4 # --
      5 is_empty(&self) -> bool {
      6     ${0:self.len() == 0}
      7 }