What does the `reified` keyword enable for type parameters in Kotlin?
-
A
Makes the type parameter nullable
-
B
Allows accessing the actual type at runtime inside an inline function
-
C
Restricts the type to numeric types
-
D
Forces the type to be serializable