MapSetVisitor.set

Underlying MapSet.

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

Meta