MapSetVisitor.Set

Underlying MapSet.

  1. alias Set = MapSet!(A, V, nullValue)
    struct MapSetVisitor(A, V, V nullValue = V.init)
    alias Set = MapSet!(A, V, nullValue)
  2. Set set;

Meta