文件名称:Array-Sorted-Util:用于(本机)排序数组的Raku实用程序
文件大小:17KB
文件格式:ZIP
更新时间:2024-05-06 14:44:19
Raku
名称 Array :: Sorted :: Util-(本机)排序数组的Raku实用程序 概要 use Array ::Sorted::Util; # imports finds, inserts, deletes my @a; inserts(@a, $_ ) for < d>; say @a; # [a b c d e f g h i j] . say with finds(@a, " h " ); # 7 . say with finds(@a, " z " ); # (no output) say deletes(@a, " e " ); # e say @a; # [a b c d f g h i j] 描述 Array :: Sorted :: Util导出一组子例程,
【文件预览】:
Array-Sorted-Util-main
----.github()
--------workflows()
----t()
--------02-str-basic.rakutest(2KB)
--------01-basic.rakutest(1KB)
--------03-int-basic.rakutest(2KB)
--------04-num-basic.rakutest(2KB)
----lib()
--------Array()
----Changes(108B)
----dist.ini(175B)
----META6.json(497B)
----LICENSE(9KB)
----README.md(3KB)
----makeNATIVES.raku(8KB)
----.gitignore(42B)
----run-tests(955B)