mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-15 01:06:18 -05:00
5 lines
85 B
Plaintext
5 lines
85 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: collect::vec
|
|
# key: .cvec
|
|
# --
|
|
.collect::<Vec<_>>()$0 |