Methods

nΒΆ

n(h:Hash)

Convert hash values to integers where possible
Source: stdlib.ngs:916

Returns

New Hash

Example

%{k 7 kk "a"}["k"] is Str      # true
%{k 7 kk "a"}.n()              # {'k': 7, 'kk': 'a'}
%{k 7 kk "a"}.n()["k"] is Int  # true