Function applyPlainArrayToYArray

Applies a plain array to a Y.Array, using the convertPlainToYjsValue to convert the values.

  • Parameters

    • dest: YArray<any>
    • source: readonly any[]

    Returns void