rfcs: Mark floor division RFC as implemented

This commit is contained in:
Arseny Kapoulkine 2023-09-01 14:10:22 -07:00 committed by GitHub
parent 73e1f81f71
commit 4bea4517a5

View file

@ -1,5 +1,7 @@
# Floor division operator
**Status**: Implemented
## Summary
Add floor division operator `//` to ease computing with integers.