Skip to content

Identity

Returns its argument unchanged.

$ wo 'Identity[5]'
5
$ wo 'Identity[{1, 2, 3}]'
{1, 2, 3}