When I set c
to a
var a: [Any]
var c: Array<PostCategory>
error shown:
cannot convert value of type 'Array' to expected argument type [Any]
how to solve the problem?
See Question&Answers more detail:osWhen I set c
to a
var a: [Any]
var c: Array<PostCategory>
error shown:
cannot convert value of type 'Array' to expected argument type [Any]
how to solve the problem?
See Question&Answers more detail:os