#Why is the following statement not true?

3 messages · Page 1 of 1 (latest)

wicked sapphire
#

Why is the following statement not true?

burnt canyon
#

I guess they mean type Fn = <T>(val: T) => T? but it's hard to tell without more context/a source

prime musk
#

because a generic type is a name for a type that will be provided by the caller
so it's kind of an alias in a sense