Difference in variable type when variadic arguments directly appended to slice than when added individually in for loop

前端 未结 0 1700
一生所求
一生所求 2020-12-07 00:37

When trying to mimic the queue interface in go lang, in Enque method i was appending variadic arguments directly to the slice. But when retrieved in Deque operation the type

相关标签:
回答
  • 消灭零回复
提交回复
热议问题