Gjallarhorn


MutatableInOut<'a, 'b>

Namespace: Gjallarhorn.Interaction

Used as an input and output mapping which mutates an input IMutatable, with validation to report and fetch data from a user

Constructors

ConstructorDescription
new(input, conversion, validation)
Signature: (input:IMutatable<'a> * conversion:('a -> 'b) * validation:Validation<'b,'a>) -> MutatableInOut<'a,'b>

CompiledName: .ctor

Fork me on GitHub