perl6-LinkedHash:带有插入顺序迭代和导航的哈希图(Perl 6模块)

时间:2021-05-09 13:58:58
【文件属性】:
文件名称:perl6-LinkedHash:带有插入顺序迭代和导航的哈希图(Perl 6模块)
文件大小:17KB
文件格式:ZIP
更新时间:2021-05-09 13:58:58
名称 LinkedHash-具有插入顺序迭代和导航的哈希图。 概要 use v6; use LinkedHash:auth; my %steps is LinkedHash = add => " Add all cookie ingredients. " , mix => " Mix until your hands hurt. " , roll => " Roll out the dough into small balls. " ; %steps = " Mix until smooth. " ; # updated but not moved %steps = " Bake until golden. " ; # inserted at the end # Iterating: say %step
【文件预览】:
perl6-LinkedHash-master
----t()
--------02-insertion-order.t(8KB)
--------01-hash.t(14KB)
--------lib()
----LICENSE(9KB)
----lib()
--------LinkedHash.pm(11KB)
----README.md(9KB)

网友评论