# README

サンプルリスト

このディレクトリには以下のサンプルがあります。

fileexample namenote
newset.goset_newsetmapset.NewSet() の サンプル
union.goset_unionSet.Union() の 動作確認のサンプルです
difference.goset_differenceSet.Difference() の動作確認のサンプルです
intersect.goset_intersectSet.Intersect の動作確認のサンプルです
symmetricdiff.goset_symmetricdiffSet.SymmetricDifference() の動作確認のサンプルです
usingmap.goset_using_map_as_setmap を set の代用として利用できることを確認するサンプルです