Skip to content

Instantly share code, notes, and snippets.

@fostyfost
Created September 18, 2022 21:21
Show Gist options
  • Save fostyfost/be86e50b48eed4fb887810252150d512 to your computer and use it in GitHub Desktop.
Save fostyfost/be86e50b48eed4fb887810252150d512 to your computer and use it in GitHub Desktop.
Non Empty Array
type NonEmptyArray<T> = [T, ...T[]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment