How to find all primitives which accepts strings as arguments?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

How to find all primitives which accepts strings as arguments?

Denis Kudriashov
Hi.

Primitives is statically typed functions. VM has strict contract on argument types.

Is it possible to query system for primitives by given criteria like string arguments?

Information of primitive signature can be used by type inference libraries