variant types for options are incomplete #10
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
TODO variant types for options are incomplete
for now some options type such as Marker.marker_opt are not complete.
but I don't care much and don't use it.
we can use polymorphic variant for all the options
there is lots of inheritance stuff going on with options in the various types. maybe polymorphic variant can help.
normal variant but with all the options would be fine too