Is there a way to constraint a type parameter to accept only types that are specific (rejects abstract type parameters)?
The following code compiles with no warning but does not work as intended.
The following code compiles with no warning but does not work as intended.