Skip to main content
added 136 characters in body
Source Link
Razetime
  • 27.6k
  • 3
  • 31
  • 77

Husk, 4 bytes

¡!¹← 

Try it online!

1-indexed, returns an infinite list.

Explanation

¡!¹← ← take the first element as the start ¡ apply the following infinitely: !¹ index into the input 

Husk, 4 bytes

¡!¹← 

Try it online!

1-indexed, returns an infinite list.

Husk, 4 bytes

¡!¹← 

Try it online!

1-indexed, returns an infinite list.

Explanation

¡!¹← ← take the first element as the start ¡ apply the following infinitely: !¹ index into the input 
Source Link
Razetime
  • 27.6k
  • 3
  • 31
  • 77

Husk, 4 bytes

¡!¹← 

Try it online!

1-indexed, returns an infinite list.