n multimethod

Methods

n(h:Hash)deprecated Source: stdlib.ngs:1787
Convert hash values to integers where possible

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