Implement "copy" functionality for FGraph #52
Labels
Difficulty: Intermediate
Hackathon projects with intermediate difficulty
enhancement
New feature or request
FsLab Hackathon 2023
Implementation projects for the 2023 FsLab Hackathon
Status: In Progress
Milestone
Description
Our ultimate goal is to leave the decision to use mutation or not to the user. Mutation makes sense for heavy duty operations that run on the cloud. But while developing and working with smaller graphs mutation gets in the way and can be unwieldy to use. The initial step for this is to have a deep copy functionality.
Pointers
https://learn.microsoft.com/en-us/dotnet/api/system.object.memberwiseclone?view=net-7.0
The text was updated successfully, but these errors were encountered: