Skip to content

Commit

Permalink
Update Glossary.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharylayne authored Jul 30, 2024
1 parent 7828ccd commit a919e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

**Argument Types:** Types that inherit from a base interface, `IConstTypeArg<TValue>`, which has a static abstract property `Value`. Argument types are sometimes referred to as *arg types*. Concrete argument types are known as *argument providers*.

**Argument Holders:** Argument providers that wrap other argument providers. Argument holders can be used to create domain-specific const type arguments for minimums, maximums, defaults, and more. Also called *arg holders*.
**Argument Holders:** Argument providers that wrap other argument providers. Argument holders can be used to create domain-specific const type arguments for minimums, maximums, defaults, and more. Also called *arg holders* and sometimes referred to as *domain-specific type arguments*.

**Discard Argument:** A type that is used to signify the absence of a const type argument. These types implement a large number of const type interfaces to increase their versatility, and can be used to provide union-like functionality. Also called *discard arg* or *discard*.

0 comments on commit a919e9c

Please sign in to comment.