Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Add wrapper enums. #69

Merged
merged 26 commits into from
Jan 18, 2023
Merged

Add wrapper enums. #69

merged 26 commits into from
Jan 18, 2023

Conversation

Antikyth
Copy link
Collaborator

This adds wrapper enums. By wrapper enums, I mean like how Option<T> is a wrapper enum around T - it has a variant wrapping T - Some(T), and one or more unit variants - None.

@Antikyth Antikyth added the task An essential task for a planned milestone. label Jan 18, 2023
@Antikyth Antikyth deleted the manual-wrapper branch January 18, 2023 09:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
task An essential task for a planned milestone.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant