- D Cookbook
- Adam D. Ruppe
- 86字
- 2021-07-16 11:50:45
Chapter 2. Phobos – The Standard Library
In this chapter, we will learn how to use the D standard library and explore the language concepts used in the implementation. You will learn the following recipes:
- Performing type conversions
- Finding the largest files in a directory
- Creating a network client and server
- Using Base64 to create a data URI
- Generating random numbers
- Normalizing a string and performing Unicode comparisons
- Searching with regular expressions
- Writing a digest utility
- Using the
std.zlib
compression - Using the
std.json
module
推薦閱讀
- JavaScript高效圖形編程
- Scala Design Patterns
- ASP.NET Core 2 and Vue.js
- Java軟件開發(fā)基礎(chǔ)
- 表哥的Access入門:以Excel視角快速學(xué)習(xí)數(shù)據(jù)庫開發(fā)(第2版)
- Java Web開發(fā)就該這樣學(xué)
- OpenResty完全開發(fā)指南:構(gòu)建百萬級別并發(fā)的Web應(yīng)用
- C#程序設(shè)計(項目教學(xué)版)
- Visual Studio Code 權(quán)威指南
- Serverless Web Applications with React and Firebase
- iOS開發(fā)項目化入門教程
- Python面試通關(guān)寶典
- ASP.NET Core 2 High Performance(Second Edition)
- Visual Basic 開發(fā)從入門到精通
- 活文檔:與代碼共同演進