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
Stencil 0.4.7.1 - Custom "distinct" function
Add a distinct function to templates which deduplicates the collection which it gets as a parameter.
This function is "registered" when Process is first used (it is used in a static constructor)
Hopefully later it will be replaced by a ServiceLoader implementation