- 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
推薦閱讀
- Mastering Ext JS(Second Edition)
- C程序設計簡明教程(第二版)
- Rake Task Management Essentials
- Java面向對象程序開發及實戰
- Learn Swift by Building Applications
- 軟件項目管理實用教程
- Getting Started with Gulp
- Learning ArcGIS for Desktop
- 硅谷Python工程師面試指南:數據結構、算法與系統設計
- Hands-On GUI Programming with C++ and Qt5
- 軟件體系結構
- 零基礎學Scratch 3.0編程
- Keil Cx51 V7.0單片機高級語言編程與μVision2應用實踐
- Android應用程序設計
- 前端架構設計