Skip to content
#

tuple

Here are 64 public repositories matching this topic...

coobjc provides coroutine support for Objective-C and Swift. We added await method、generator and actor model like C#、Javascript and Kotlin. For convenience, we added coroutine categories for some Foundation and UIKit API in cokit framework like NSFileManager, JSON, NSData, UIImage etc. We also add tuple support in coobjc.

  • Updated May 29, 2020
  • Objective-C
m93a
m93a commented May 24, 2019

With TS 3.4 it became common practice to create tuples with [a, b, c] as const. This is really convenient, however the resulting tuple is readonly. It would be awesome to add support for these readonly tuples, right now I get error readonly (something) is not assignable to any[].

Improve this page

Add a description, image, and links to the tuple topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tuple topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.