> For the complete documentation index, see [llms.txt](https://shiva.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shiva.gitbook.io/project/shiva/modules/shiva-range.md).

# shiva::range

## Purpose

This module simply makes a **namespace alias on** [nanorange](https://github.com/tcbrindle/NanoRange). This module is represented by a cmake interface library that facilitates its handling through other modules.

```cpp
#include <shiva/range/nanorange.hpp>

namespace shiva
{
    namespace ranges = ::nano::ranges;
}
```
