Garden 🌻

__reflect.gdn::prelude_types()

A list of all the type names in the prelude, String, Option and so on. The list is sorted alphabetically.

Source Code
public fun prelude_types(): List<String> {
  __BUILT_IN_IMPLEMENTATION
}