diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-21 15:26:56 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-21 15:26:56 -0400 |
| commit | c71cd186644570eb25c45ded7837b0e7aa54987a (patch) | |
| tree | b13b3700c2d5c7b23ffbe781615448f1ed184425 /docs/type_system/index.md | |
| parent | 83729ca507a3266f3793c3ff2db7229a86e80aa6 (diff) | |
int and float under bits type
Diffstat (limited to 'docs/type_system/index.md')
| -rw-r--r-- | docs/type_system/index.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/type_system/index.md b/docs/type_system/index.md index 88dc5e3..266f176 100644 --- a/docs/type_system/index.md +++ b/docs/type_system/index.md @@ -20,6 +20,12 @@ If a field in a template is not filed, one of these are required: Denotes a field in a template that has not resolved +A template by name only expands to all inner fields as `Any` + +```text +Int -> Int[Any; Any; Any] +``` + ##### Is[TYPE; ...] Denotes the type is one of the specified types in the list @@ -32,9 +38,7 @@ Denotes that a field that does not resolve to anything * #### [Enum](./enum.md) -* #### [Int](./int.md) - -* #### [Float](./float.md) +* #### [Bits](./bits.md) ## Container Templates |
