Inverting a schema filter
Is there an easy generic way to invert a filter? Effect has
but i cant figure out a way to do somthing like
Schema.includes - i want to have Schema.notIncludesbut i cant figure out a way to do somthing like
Schema.String.pipe(invertFilter(Schema.includes("abc"))