mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
Auto merge of #34602 - Xmasreturns:patch-4, r=steveklabnik
Update glossary.md Added a brief description of Combinators
This commit is contained in:
@@ -46,6 +46,12 @@ must abide by that constraint.
|
||||
|
||||
[traits]: traits.html
|
||||
|
||||
### Combinators
|
||||
|
||||
Combinators are higher-order functions that apply only functions and
|
||||
earlier defined combinators to provide a result from its arguments.
|
||||
They can be used to manage control flow in a modular fashion.
|
||||
|
||||
### DST (Dynamically Sized Type)
|
||||
|
||||
A type without a statically known size or alignment. ([more info][link])
|
||||
|
||||
Reference in New Issue
Block a user