Store for multiple settings
Methods
Creates a new empty settings object.
Remove a specific setting by it's key.
Protocols
if value == b { }
Allows for partial equality operations to work.
println("{:?}", value)
Allows the value to be debug printed.
println("{}", value)
Allows the value to be display printed.