Closed
Description
Some functions in the API have the option withValue
such as update { something }.withValue(value)
while other functions, such as convert {}
say they have it in the docs, yet don't.
We need to either add withValue
everywhere a with
occurs or just remove withValue
from the entire API since with { value }
does the same thing.