# How do you use arrays (if at all)

**URL:** https://racket.discourse.group/t/how-do-you-use-arrays-if-at-all/571
**Category:** Questions & Answers
**Created:** [January 13, 2022, 9:56pm UTC](https://racket.discourse.group/t/how-do-you-use-arrays-if-at-all/571 "2022-01-13T21:56:25Z")
**Posts on this page:** 1
**Showing post:** 12

<div class="post-metadata">

### Author: ![LiberalArtist](https://yyz2.discourse-cdn.com/free1/user_avatar/racket.discourse.group/liberalartist/32/151_2.png) [@LiberalArtist](https://racket.discourse.group/u/LiberalArtist)
#### Post date: [January 14, 2022, 9:55pm UTC](https://racket.discourse.group/t/how-do-you-use-arrays-if-at-all/571/12 "2022-01-14T21:55:17Z")

</div>

I started attempting a version of @badkins [post here](https://racket.discourse.group/t/racket-set-performance/479) using `math/array`, but I didn't find as convenient a way as I would have liked to e.g. shift ever position one column to the right, with wraparound. (Though I could have written one on top of `array-transform`.)

---

_[View the full topic](https://racket.discourse.group/t/how-do-you-use-arrays-if-at-all/571)._
