> For the complete documentation index, see [llms.txt](https://move-developers-dao.gitbook.io/aptos-move-by-example/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts.md).

# Intermediate Concepts

- [Local variables](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/local-variables.md)
- [Constants](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/constants.md)
- [Signer](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/signer.md)
- [Vector](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/vector.md)
- [Address](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/address.md)
- [Uses and Aliases](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/uses-and-aliases.md)
- [Maps](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/maps.md)
- [Hash functions](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/hash-functions.md)
- [References](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/references.md)
- [Unit test](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/unit-test.md)
- [Generics](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/generics.md)
- [Type Arguments](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/type-arguments.md)
- [Type Inference](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/type-inference.md)
