2 Star 0 Fork 0

mirrors_gitpan/Data-Sah-Terse

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
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

空文件

简介

取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 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

搜索帮助