utility $H
Description
-
$H
$H([object]) -> HashCreates a
Hash.$His a convenience wrapper around the Hash constructor, with a safeguard that lets you pass an existing Hash object and get it back untouched (instead of uselessly cloning it).
$H([object]) -> Hash
Creates a Hash.
$H is a convenience wrapper around the Hash constructor, with a safeguard
that lets you pass an existing Hash object and get it back untouched
(instead of uselessly cloning it).