Small cleanup on single set add (dart-lang/glob#29)

- Add generic type on Set constructor.
- Use `??=` for null defaulting.
- Avoid the extra `set.contains` check since `set.add` already returns a
  bool indicating if the element is new.
2 files changed
tree: 81c899cf84aadfb5f06352a5be3274c8830b0dac
  1. pkgs/