class Pantheios::ApplicationLayer::ParamNames

Type-distinct ::Array for use with tracing, as in

def my_func arg1, arg2, **options

    trace ParamNames [ :arg1, :arg2, :options ], arg1, arg2, options

end