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 cb18b53396
commit f0a2e79365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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