byCategory

Special case implementation for when ElementType!C is boolean.

  1. ElementType!(V)[][ElementType!(C)] byCategory(V values, C categories)
  2. ElementType!(V)[][2] byCategory(V values, C categories)
    ElementType!(V)[][2]
    byCategory
    (
    V
    C
    )
    if (
    isInputRange!(V) &&
    isInputRange!(C)
    &&
    is(ElementType!C == bool)
    )

Meta