book: add DST to glossary

This commit is contained in:
Tshepang Lekhonkhobe 2015-08-20 22:05:39 +02:00
parent aca2057ed5
commit 9ea001d8e9

View File

@ -38,6 +38,12 @@ let z = (8, 2, 6);
In the example above `x` and `y` have arity 2. `z` has arity 3.
### DST (Dynamically Sized Type)
A type without a statically known size or alignment. ([more info][link])
[link]: ../nomicon/exotic-sizes.html#dynamically-sized-types-(dsts)
### Expression
In computer programming, an expression is a combination of values, constants,