bazel-skylib/lib
Nicholas Titcombe 0b40ea7b13 Introduce new_sets.bzl (#32)
This version is hash-based (implemented on top of a dictionary) and doesn't suffer the performance problems of the current version. It will eventually replace the old one after a deprecation period.
2018-04-20 14:44:25 -07:00
..
BUILD Introduce new_sets.bzl (#32) 2018-04-20 14:44:25 -07:00
collections.bzl
dicts.bzl
new_sets.bzl Introduce new_sets.bzl (#32) 2018-04-20 14:44:25 -07:00
partial.bzl
paths.bzl
selects.bzl
sets.bzl Introduce new_sets.bzl (#32) 2018-04-20 14:44:25 -07:00
shell.bzl
structs.bzl
unittest.bzl Introduce new_sets.bzl (#32) 2018-04-20 14:44:25 -07:00
versions.bzl