Casting Glossary
Browse 2 casting terms defined in plain English, from the cultural dictionary of computing.
2 Casting Terms
- Type Assertion
- A compile-time directive that tells the type checker to treat a value as a specific type, bypassing inference — written as `value as Type` in TypeScript or...
- Type Conversion
- The process of transforming a value from one data type to another, either implicitly by the compiler/runtime (widening an int to a float) or explicitly by the...
Related Topics
- Type Systems (2 terms in common)
- Typescript (1 terms in common)
- Data Transformation (1 terms in common)