- D Cookbook
- Adam D. Ruppe
- 84字
- 2021-07-16 11:50:47
Chapter 3. Ranges
In this chapter, we will investigate the concept of ranges, which is used throughout the D code. We'll look at the following recipes:
- Using ranges when implementing an algorithm
- Creating an input range
- Creating an output range
- Creating a higher-order range
- Putting a range interface on a collection
- Creating an input range over a tree structure
- Using runtime polymorphic (class) ranges
- Storing a range as a data member
- Sorting ranges efficiently
- Searching ranges
- Using functional tools to query data
推薦閱讀
- CentOS 7 Linux Server Cookbook(Second Edition)
- 深入淺出Android Jetpack
- Functional Programming in JavaScript
- Python王者歸來
- 教孩子學編程:C++入門圖解
- HTML5 and CSS3 Transition,Transformation,and Animation
- 區塊鏈技術與應用
- 計算機應用基礎案例教程
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎卷)
- Xamarin Blueprints
- 遠方:兩位持續創業者的點滴思考
- HTML5+CSS3+jQuery Mobile+Bootstrap開發APP從入門到精通(視頻教學版)
- PHP程序設計高級教程
- Pandas入門與實戰應用:基于Python的數據分析與處理
- Python編程零基礎入門