allowsAny

Tests if all elements in bs are allowed by an element in as. Allowed also means that no entry is present in as

  1. bool allowsAny(const(ToolchainVersionUnion)[] as, const(ToolchainVersionUnion)[] bs)
    @safe pure
    bool
    allowsAny
  2. bool allowsAny(const(ToolchainVersionUnion) a, const(ToolchainVersionUnion) b)

Meta