pub fn builtin_formattable_list_methods<'a, L, O>() -> TemplateBuildMethodFnMap<'a, L, Vec<O>>where
L: TemplateLanguage<'a> + ?Sized,
L::Property: WrapTemplateProperty<'a, O> + WrapTemplateProperty<'a, Vec<O>>,
O: Template + Clone + 'a,Expand description
Creates new symbol table for printable list property.