Header menu logo issie

Set Type

Static overloads of the optic set function (^=). These functions do not generally need to be called directly, but will be used when calling Optic.set.

Union cases

Union case Description

Set

Full Usage: Set

Static members

Static member Description

Set ^= arg1

Full Usage: Set ^= arg1

Parameters:
Returns: 'b -> 'a -> 'a
Set : Set
arg1 : Prism<'a, 'b>
Returns: 'b -> 'a -> 'a

Set ^= arg1

Full Usage: Set ^= arg1

Parameters:
Returns: 'b -> 'a -> 'a
Set : Set
arg1 : Lens<'a, 'b>
Returns: 'b -> 'a -> 'a

Type something to start searching.