Expand description
The kind module has all relevant types related to progressive type checking.
Modules§
- get
- All types related to finding a
Kindnested into another one. - insert
- All types related to inserting one
Kindinto another. - merge
- All types related to merging one
Kindinto another. - remove
- All code related to removing from a
Kind.
Structs§
- Collection
- The kinds of a collection (e.g. array or object).
- Field
- A
fieldtype that can be used inCollection<Field> - Index
- An
indextype that can be used inCollection<Index> - Kind
- The type (kind) of a given value.
- Unknown
- The type-state of “unknown” values in a collection.