tc39 / proposal-slice-notation

http://tc39.es/proposal-slice-notation/
MIT License
526 stars 19 forks source link

C# 8 as prior art #30

Open rbuckton opened 5 years ago

rbuckton commented 5 years ago

C# 8 (as of Preview 5) has added a new index and slice notation ([1], [2]):

Also, since the ^ operator is currently only an infix operator, perhaps a ^ prefix operator might be worth considering for this proposal as well.