|
|
try_catch -> try-catch
@main[]
$h[ $.key[value] ]
^h.foreach[k;v]{ ^test[$h] }
@test[h]
non-blocking hash operations:
^h._count[]
$k[^h._keys[]]
$h2[^hash::create[$h]]
$b[^h.contains[key]]
^h.foreach[k;v]{$k=>$v}
^h._at(0)
blocking hash operations:
$h2[ $.k[v] ]
^try-catch{ ^h2.sub[$h] }
^try-catch{ $h.k[v] }
^try-catch{ ^h.delete[k] }