fn declList(comptime Namespace: type, comptime Decl: type) []const *const Decl

Returns a slice of pointers to public declarations of a namespace.

Parameters

Namespace: type,
Decl: type,