Converts the value of key to type of T. Works the same as std.variant's coerce.
Name of the key to retrieve.
The value to use if key isn't found.
T = The converted value.
See Implementation
Converts the value of key to type of T. Works the same as std.variant's coerce.