mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
parent
4b1ae6117c
commit
8257ccb5c8
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
//
|
//
|
||||||
// The functionality of the standard library is becoming increasingly
|
// The functionality of the standard library is becoming increasingly
|
||||||
// important in Zig. On the one hand, it is helpful to look at how
|
// important in Zig. First of all, it is helpful to take a look at how
|
||||||
// the individual functions are implemented. Because this is wonderfully
|
// the individual functions are implemented. Because this is wonderfully
|
||||||
// suitable as a template for your own functions. On the other hand,
|
// suitable as a template for your own functions. In addition these
|
||||||
// these standard functions are part of the basic equipment of Zig.
|
// standard functions are part of the basic configuration of Zig.
|
||||||
//
|
//
|
||||||
// This means that they are always available on every system.
|
// This means that they are always available on every system.
|
||||||
// Therefore it is worthwhile to deal with them also in Ziglings.
|
// Therefore it is worthwhile to deal with them also in Ziglings.
|
||||||
|
|
Loading…
Reference in a new issue