Add typed Decodal derive support

This commit is contained in:
2026-06-26 00:39:33 +09:00
parent 87fef44c68
commit b8404df047
21 changed files with 729 additions and 11 deletions
+2 -1
View File
@@ -9,9 +9,10 @@ name = String;
retry = Int default 3;
ratio = Float;
enable = Bool default true;
tags = Array;
```
現在の primitive type は `String``Int``Float``Bool` である。
現在の primitive type は `String``Int``Float``Bool``Array` である。
各型の個別仕様へのリンクは [Manual Index](../../index.md) に集約する。
primitive type と制約合成の詳細は [制約と default](../constraints-and-defaults.md) も参照する。