摘要: 接口详解 // 举例:sort包中的 Sort 函数,如下: func Sort(data Interface) Sort sorts data. It makes one call to data.Len to determine n, and O(n*log(n)) calls to data. 阅读全文
posted @ 2019-07-31 00:58 neozheng 阅读(333) 评论(0) 推荐(0) 编辑