Crates.io | popparoach |
lib.rs | popparoach |
version | 0.1.2 |
source | src |
created_at | 2025-01-20 07:08:18.167496+00 |
updated_at | 2025-01-25 18:16:27.551686+00 |
description | Cut my life into pieces |
homepage | |
repository | https://github.com/iriri/popparoach |
max_upload_size | |
id | 1523664 |
size | 8,129 |
let xs = [0, 1, 2, 3];
assert_eq!(xs.cut_at::<2>(), (xs.cut::<0, 2>(), xs.cut::<2, 4>()));