You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For solving #50 I want to filter out any element from template_files from header_files. It would be helpful to have a way to check if template_files has a certain element like below, can't find something in MPC that does this
<%foreach(uniq(header_files))%>
<%!exists(template_files, header_file)%>
do something
<%endexists%>
%<endfor%>
The text was updated successfully, but these errors were encountered:
For solving #50 I want to filter out any element from template_files from header_files. It would be helpful to have a way to check if template_files has a certain element like below, can't find something in MPC that does this
The text was updated successfully, but these errors were encountered: