Skip to content

ex. 02-7, nonoptimal hint and solution #1

Open
@JohnGurin

Description

@JohnGurin
type XOR<bool1, bool2> = TODO

alternative solution
type XOR<bool1, bool2> = bool1 extends bool2? false: true;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions