Closed syimyuzya closed 2 years ago
This enables dynamic parameter lists.
BREAKING API CHANGE: 選項 can no longer be specified directly like tupa(地位, 字頭, 選項). Instead, the user should use tupa.schema(選項)(地位, 字頭), where .schema is of type 推導方案 from tshet-uinh-deriver-tools.
tupa(地位, 字頭, 選項)
tupa.schema(選項)(地位, 字頭)
.schema
推導方案
tshet-uinh-deriver-tools
This enables dynamic parameter lists.
BREAKING API CHANGE: 選項 can no longer be specified directly like
tupa(地位, 字頭, 選項)
. Instead, the user should usetupa.schema(選項)(地位, 字頭)
, where.schema
is of type推導方案
fromtshet-uinh-deriver-tools
.