home

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

clone (87B)


      1 # -*- mode: snippet -*-
      2 # name: clone
      3 # key: clone
      4 # --
      5 clone(&self) -> Self {
      6     $0
      7 }