# Functions
ReflectValuesSlice returns a slice of reflect.Value objects for the specified slice of elements.
Sort sorts a copy of the passed slice using the specified less function and returns the sorted copy.
SortRootNamespaces sorts the specified slice of model.Namespace objects by their IDs and then returns the sorted list as a slice consisting of reflection values for the individual namespace objects.
Space concatenates the passed strings, ensuring they are properly separated by only a single space between each source string, where necessary.