Is it possible to put the procedure into table's value, and be dispatched like python dictionary?
var dispatch_table = {"a": a_proc, "b": p_proc}.toTable
it looks like im getting this error:
Error: invalid type: 'None' in this context: 'proc (s: var seq[KeyValuePair[system.string, None]], len: Natural){.noSideEffect.}' for proc