filter_by

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "filter_by".
... in utilities.naml
870
871
872
873
874
875
876
877
<macro name="filter_by" requires="list" dot_parameter="filter">
    <n.loop.>
        <n.if.not.filter>
            <then.remove_current_element/>
        </n.if.not.filter>
    </n.loop.>
    <n.reset_list_index/>
</macro>