- 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
推薦閱讀
- Java多線程編程實戰(zhàn)指南:設計模式篇(第2版)
- JavaScript高效圖形編程
- NumPy Essentials
- C語言程序設計
- Banana Pi Cookbook
- PhoneGap Mobile Application Development Cookbook
- Haxe Game Development Essentials
- Mastering ROS for Robotics Programming
- The Professional ScrumMaster’s Handbook
- 零基礎學Kotlin之Android項目開發(fā)實戰(zhàn)
- Kotlin開發(fā)教程(全2冊)
- C#程序設計(項目教學版)
- Modernizing Legacy Applications in PHP
- UX Design for Mobile
- Java程序設計教程