2012年8月29日
摘要: lists列表处理函数官方文档:http://www.erlang.org/doc/man/lists.html函数:all(Pred, List) -> boolean()类型: Pred = fun((Elem :: T) -> boolean()) List = [T] T = term()说明: Returns true if Pred(Elem) returns true for all elements Elem in List, otherwise false.any(Pred, List) -> boolean()类型: Pred = fun((Elem :: 阅读全文
posted @ 2012-08-29 14:06 Anthony Li 阅读(2954) 评论(0) 推荐(0) 编辑

博客园博客已停止更新,博客地址:dyinigbleed.com