Untitled

Run Settings
LanguageNim
Language Version
Run Command
type Region*[T: int|float] = object left, top, right, bottom: T # then for i in 0..5: var r: Region[float] r.left = float(i+1) r.top = float(i+2) r.right = float(i+3) r.bottom = float(i+4) echo repr(r)
Editor Settings
Theme
Key bindings
Full width
Lines