- Learning Rust
- Paul Johnson Vesa Kaihlavirta
- 53字
- 2021-07-02 23:07:24
The _ parameter
You may be wondering what the _ parameter is. In Rust, it is often not allowed to omit variable bindings even if we don't use them. We can use _ to signify that we know that this place needs a variable binding, but we are never going to use it.
推薦閱讀
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- 64位匯編語言的編程藝術
- Flash CS6中文版應用教程(第三版)
- Java持續交付
- Getting Started with Greenplum for Big Data Analytics
- Mastering Data Mining with Python:Find patterns hidden in your data
- Building Machine Learning Systems with Python(Second Edition)
- Unity 2018 Augmented Reality Projects
- 運維前線:一線運維專家的運維方法、技巧與實踐
- Visual Basic程序設計基礎
- Learning D3.js 5 Mapping(Second Edition)
- Learning Alfresco Web Scripts
- Extending Docker
- C# 7 and .NET Core 2.0 Blueprints
- ASP.NET本質論