STAR
Star projection (*
). For example, in MutableMap<in String?, *>
, *
is the star projection which is the second type argument of the type.
Star projection (*
). For example, in MutableMap<in String?, *>
, *
is the star projection which is the second type argument of the type.