add I AM NOT DONE comments

This commit is contained in:
sjmann
2020-02-28 00:31:55 +00:00
parent 5b6e23c323
commit 0f8001ea44
2 changed files with 3 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
// This powerful wrapper provides the ability to store a positive integer value.
// Rewrite it using generics so that it supports wrapping ANY type.
// I AM NOT DONE
struct Wrapper<u32> {
value: u32
}