mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
fix doc
This commit is contained in:
parent
256fd32c12
commit
846de997ab
1 changed files with 0 additions and 1 deletions
|
@ -535,7 +535,6 @@ pub fn (a array) last() voidptr {
|
||||||
// dump(b) // b: [1, 2, 3, 4, 5]
|
// dump(b) // b: [1, 2, 3, 4, 5]
|
||||||
// assert b.len == 5
|
// assert b.len == 5
|
||||||
//
|
//
|
||||||
// // Detached element still accessible via pointer
|
|
||||||
// assert first == 1
|
// assert first == 1
|
||||||
//
|
//
|
||||||
// // Modifications affect both array and slice views
|
// // Modifications affect both array and slice views
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue