Garden 🌻

__reflect.gdn::doc_comment

Get the doc comment for fun_name in the namespace ns. The string does not include the leading // comment.

Source Codepublic fun doc_comment(ns: Namespace, fun_name: String): Option<String> {
  __BUILTIN_IMPLEMENTATION
}