berry
berry copied to clipboard
Add `instrospect.contains()` and string to comptr
Add two features to import introspect:
-
instrospect.contains( instance or module or class, name:string) -> bool: returnstrueif the instance/class/module contains a member withname -
introspect.toptr()now works also for astringand returns a pointer to theCstring (warning, the pointer is only valid until next GC)