This commit is contained in:
kbkpbot 2025-08-18 14:20:39 +08:00
parent 256fd32c12
commit 846de997ab

View file

@ -535,7 +535,6 @@ pub fn (a array) last() voidptr {
// dump(b) // b: [1, 2, 3, 4, 5]
// assert b.len == 5
//
// // Detached element still accessible via pointer
// assert first == 1
//
// // Modifications affect both array and slice views