Closed ahrjarrett closed 4 hours ago
Latest commit: 55769da9f2309e062da31aaaa225657ebbbb525d
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Closes:
172
changelog
new features
inline
is basically a type-level identity function.like its runtime counterpart, it can be pretty useful.
the name
inline
refers to the particular use case that I usually use it for, which is for wrapping a type literal so that an interface can extend it.