
Ax_Introduction
- Construction type data include array,struct,union,enum
- Array:a same data make up gather.
- Struct:deal with thing of not cope for array.
- union:with struct same,but union use whole internal storage.
- enum:suit a samll element and deal with #define side effect.