#Why is the following statement not true?
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
Why is the following statement not true?
I guess they mean type Fn = <T>(val: T) => T? but it's hard to tell without more context/a source
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