Expand description
Built-in functions standard library
Modules§
- array
- Array manipulation built-in functions
- dict
- Dictionary manipulation built-in functions
- filesystem
- 文件系统IO操作函数
- help
- 帮助文档系统
- io
- I/O 内置函数模块
- json
- JSON 处理内置函数模块
- math
- Mathematical built-in functions
- network
- 网络IO操作函数
- payroll
- 薪酬计算模块
- precise
- report
- 占位:后续用于 Excel 公式兼容 / 转换能力。 当前未在 DSL 中提供报表或 Excel 操作接口。
- string
- String manipulation built-in functions
- trace
- types
- 类型操作内置函数模块
Structs§
- Built
InRegistry - Registry of all built-in functions
- Function
Doc - 函数文档信息
- IOPermissions
- IO 权限配置
Type Aliases§
- Built
InFn - Type alias for built-in function implementations