Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lotharschulz/5986fb1c020a60dfe4c59414bcf3b445 to your computer and use it in GitHub Desktop.
Save lotharschulz/5986fb1c020a60dfe4c59414bcf3b445 to your computer and use it in GitHub Desktop.
val A_UNTIL_D = ('a' until 'd')
// a,b,c
@OptIn(ExperimentalStdlibApi::class)
val A_NEW_UNTIL_D = ('a' ..< 'd')
// a,b,c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment