mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-06 10:13:29 +02:00
Update 052_slices.zig
This commit is contained in:
committed by
GitHub
co-authored by
GitHub
parent
065d409d0e
commit
15827c1df3
@@ -24,7 +24,7 @@
|
|||||||
// first item at x and the last item at y-1. You can leave the y
|
// first item at x and the last item at y-1. You can leave the y
|
||||||
// off to get "the rest of the items".
|
// off to get "the rest of the items".
|
||||||
//
|
//
|
||||||
// Notice that the type of a slice on an array of u8 items is []u8.
|
// The type of a slice on an array of u8 items is []u8.
|
||||||
//
|
//
|
||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user