# Looking for the right structure

**URL:** https://discourse.julialang.org/t/looking-for-the-right-structure/10028
**Category:** General Usage
**Tags:** question
**Created:** [March 28, 2018, 11:45am UTC](https://discourse.julialang.org/t/looking-for-the-right-structure/10028 "2018-03-28T11:45:00Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![amrods](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/amrods/32/2543_2.png) [@amrods](https://discourse.julialang.org/u/amrods)
#### Post date: [March 28, 2018, 11:45am UTC](https://discourse.julialang.org/t/looking-for-the-right-structure/10028/1 "2018-03-28T11:45:01Z")

</div>

Is there any `Array`-like construct that allows me to index with non-`Int`s and that recognizes the meaning of `:` in accessing elements as in an `Array`? It’d be nice to be able to call `norm` on it as well.

---

<div class="post-metadata">

### Author: ![yakir12](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/yakir12/32/297_2.png) [@yakir12](https://discourse.julialang.org/u/yakir12)
#### Post date: [March 28, 2018, 1:43pm UTC](https://discourse.julialang.org/t/looking-for-the-right-structure/10028/2 "2018-03-28T13:43:23Z")

</div>

> **[GitHub - JuliaArrays/AxisArrays.jl: Performant arrays where each dimension...](https://github.com/JuliaArrays/AxisArrays.jl)**
>
> Performant arrays where each dimension can have a named axis with values - GitHub - JuliaArrays/AxisArrays.jl: Performant arrays where each dimension can have a named axis with values
