filterNotLaw

inline fun <E> Array<E>.filterNotLaw(predicate: (E) -> Boolean): List<E>