Added
- New type
mathutil/randutil.Alphabetand constantsmathutil/randutil.AlphabetNumbers,mathutil/randutil.AlphabetLowercase,mathutil/randutil.AlphabetUppercase, andmathutil/randutil.AlphabetBase64URLSafe. - New functions for generating random strings:
mathutil/randutil.String,mathutil/randutil.StringASCII,mathutil/randutil.StringAlphabet, and their appending versions:mathutil/randutil.AppendString,mathutil/randutil.AppendStringASCII,mathutil/randutil.AppendStringAlphabet. - New methods of
container.SortedSliceSet:container.SortedSliceSet.Intersection,container.SortedSliceSet.Intersects, andcontainer.SortedSliceSet.Union. - New methods of
container.MapSet:container.MapSet.Intersection,container.MapSet.Intersects, andcontainer.MapSet.Union.