Home › Forums › kdb+ › How to remove or add items from a list › Re: How to remove or add items from a list
-
What you need is actually the (?) vector conditional operator: https://code.kx.com/q/ref/vector-conditional/
? accepts a boolean list as the first argument but $ accepts a boolean atom. Think of ? as a boolean mask.