2 Star 0 Fork 0

mirrors_gitpan/Data-Sah-Terse

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README 843 Bytes
一键复制 编辑 原始数据 按行查看 历史
SYNOPSIS
use Data::Sah::Terse qw(terse_schema);
say terse_schema("int"); # int
say terse_schema(["int*", min=>0, max=>10]); # int
say terse_schema(["array", {of=>"int"}]); # array[int]
say terse_schema(["any*", of=>['int',['array'=>of=>"int"]]]); # int|array[int]
DESCRIPTION
FUNCTIONS
None exported by default, but they are exportable.
terse_schema($sch[, \%opts]) => str
Make a human-readable terse representation of Sah schema. Currently
only schema type is shown, all clauses are ignored. Special handling
for types array, any and all. This routine is suitable for showing type
in a function or CLI help message.
Options:
* schema_is_normalized => bool
SEE ALSO
Data::Sah::Compiler::human
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_gitpan/Data-Sah-Terse.git
git@gitee.com:mirrors_gitpan/Data-Sah-Terse.git
mirrors_gitpan
Data-Sah-Terse
Data-Sah-Terse
master

搜索帮助