mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
math.complex: make fields public
This commit is contained in:
parent
49d6c26da4
commit
a5d61f6da0
2 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,7 @@ module complex
|
|||
import math
|
||||
|
||||
struct Complex {
|
||||
pub:
|
||||
re f64
|
||||
im f64
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue