functional programming - What does the operator ! mean in F# -
what "!" operator means in f#?
for example here
let x = !a * !b yield x
or here
c := !c + 1.0
it's used dereference cell. check page.
what "!" operator means in f#?
for example here
let x = !a * !b yield x
or here
c := !c + 1.0
it's used dereference cell. check page.
Comments
Post a Comment