CarliJoy / intersection_examples

Python Typing Intersection examples
MIT License
20 stars 2 forks source link

expand Syntax section #25

Closed junkmd closed 9 months ago

junkmd commented 9 months ago

As discussed in #9, it's necessary to mention that Intersection is available as an alternative due to the inability to use the & operator for typing in older versions of Python.

I wrote this in a similar style to introduce Unpack in PEP646.

CarliJoy commented 9 months ago

Thanks for the contribution. I added you so you don't need MRs in the future.

junkmd commented 9 months ago

@CarliJoy

You are welcome. Thank you for inviting me.