Is your feature request related to a problem? Please describe.
There are items which are case-insensitive in nature, like file names under Windows, or table/field names in MS SQL Server.
Describe the solution you'd like
- Need a ordered set for a case-insensitive list collection, for those items.
- Set an option in
NewOrderedSet(caseInsensitive bool) to indicate so,
- which will affect the behavior of
Add() and Contain() to use case-insensitive comparison.
Describe alternatives you've considered
Cannot think of a better way to handle such situation otherwise.
Is your feature request related to a problem? Please describe.
There are items which are case-insensitive in nature, like file names under Windows, or table/field names in MS SQL Server.
Describe the solution you'd like
NewOrderedSet(caseInsensitive bool)to indicate so,Add()andContain()to use case-insensitive comparison.Describe alternatives you've considered
Cannot think of a better way to handle such situation otherwise.