Header menu logo Nu

Scope Module

Functions and values

Function or value Description

Scope.make getField setField

Full Usage: Scope.make getField setField

Parameters:
    getField : In<'a, 'b>
    setField : Out<'a, 'b>

Returns: Scope<'a, 'b>
Modifiers: inline
Type parameters: 'a, 'b

Make a scope with in-place in and out delegates.

getField : In<'a, 'b>
setField : Out<'a, 'b>
Returns: Scope<'a, 'b>

Type something to start searching.