allowsAll

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 allowsAll(const(ToolchainVersionUnion)[] as, const(ToolchainVersionUnion)[] bs)
    @safe pure
    bool
    allowsAll
  2. bool allowsAll(const(ToolchainVersionUnion) a, const(ToolchainVersionUnion) b)

Meta