popparoach

Crates.iopopparoach
lib.rspopparoach
version0.1.2
sourcesrc
created_at2025-01-20 07:08:18.167496+00
updated_at2025-01-25 18:16:27.551686+00
descriptionCut my life into pieces
homepage
repositoryhttps://github.com/iriri/popparoach
max_upload_size
id1523664
size8,129
(iriri)

documentation

README

let xs = [0, 1, 2, 3];
assert_eq!(xs.cut_at::<2>(), (xs.cut::<0, 2>(), xs.cut::<2, 4>()));
Commit count: 0

cargo fmt