Garden 🌻

__reflect.gdn::namespace_functions()

All the external functions in ns.

Source Code
public fun namespace_functions(ns: Namespace): List<String> {
  // This is deliberately not a method on Namespace, so code
  // completion isn't confusing.
  __BUILT_IN_IMPLEMENTATION
}