goldenstein64 / Copy

A Luau-specialized module for copying any value with state.
https://goldenstein64.github.io/Copy
MIT License
0 stars 0 forks source link

Only Transform filters #1

Closed goldenstein64 closed 3 years ago

goldenstein64 commented 4 years ago

This removes the need for a "modifier precedence" concept since there is only one source of any modification: Copy.Transform. The only issue with this is that transformations are only value-specific and not context-specific. So that means a value that is used as both a key and a value cannot be discerned at all.