Function
initialize(_:to:)
Initializes x to y.
fun initialize<T: Movable>(
_ x: set T,
to y: sink T
)
Details
Note: This function is a workaround for the lack of set bindings (see #925).
Initializes x to y.
fun initialize<T: Movable>(
_ x: set T,
to y: sink T
)
Note: This function is a workaround for the lack of set bindings (see #925).