More package lines.

This commit is contained in:
Jeroen van Rijn
2025-10-09 20:11:06 +02:00
parent c4c2431997
commit 8a35acd506
12 changed files with 31 additions and 22 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
/*
The `mem` package implements various allocators and provides utility procedures
for dealing with memory, pointers and slices.
package mem implements various allocators and provides helpers for dealing with memory, pointers and slices.
The documentation below describes basic concepts, applicable to the `mem`
package.