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.


Comments

Popular posts from this blog

python - cx_oracle unable to find Oracle Client -

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -