where

query the introspection result

  1. auto where(T list)
  2. auto where(T item)
  3. auto where(T rootItem, U list)
  4. auto where(T rootItem, U item)
    where
    (
    T
    U
    )
    if (
    !isArray!U
    )

Meta