diff --git a/Generic Types Traits and Lifetimes.md b/Generic Types Traits and Lifetimes.md new file mode 100644 index 0000000..c36ed3e --- /dev/null +++ b/Generic Types Traits and Lifetimes.md @@ -0,0 +1,11 @@ +# Generic Types, Traits, and Lifetimes + + +# Generics +A tools for effectively handling the duplication of concepts. + +One of these tools is *generics* + +They are abstract stand-ins for concrete types or other properties + +We can express the behavior of generics or how they relate to other generics without knowing what type that will be in plcae when copiling and running the code. \ No newline at end of file