We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ec2e3 commit 53d37d6Copy full SHA for 53d37d6
src/vec/vec-alloc.md
@@ -1,4 +1,4 @@
1
-# Allocating Memory
+# 메모리 할당하기
2
3
Using `NonNull` throws a wrench in an important feature of Vec (and indeed all of
4
the std collections): creating an empty Vec doesn't actually allocate at all. This
0 commit comments