mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 00:28:49 +00:00
Reduce number of range and slice operators #239
Replace .. and ... with : and ..
This commit is contained in:
@@ -49,7 +49,7 @@ OS_Node_Information :: struct {
|
||||
ntype: OS_Node_Type,
|
||||
size: i64,
|
||||
|
||||
// Our additions...
|
||||
// Our additions..
|
||||
position: i64,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user