List Question
20 TechQA 2016-12-27T20:07:00.687000Updating an item in an array passed by reference
2.1k views
Asked by Prabhu
Swift cast protocol type to struct and pass as inout
2k views
Asked by timaktimak
Accessing a `var` passed as `inout` is undefined behavior?
256 views
Asked by lcmylin
In Kotlin, how to check if the input is alphabetic only
3.6k views
Asked by Abhishek
Swift inout passed array does not seem to effect original array
132 views
Asked by George White
Why is Postgres throwing "ERROR: procedure returned null record"?
364 views
Asked by Chris Kobrzak
How to fix closure "expects 1 argument, but 2 were used in closure body" when using enumerated().map
236 views
Asked by Dylon Jaynes
Why does my Xcode compiler tell me I use a value type even though I use classes?
91 views
Asked by Joakim Sjöstedt
error "Value of type 'UIViewController' has no member..." when moving a func inside extension
950 views
Asked by biggreentree
VB.net SQL output loop rename file error on next loop
79 views
Asked by DrChemE
"&" in "swap(&someInt, &anotherInt)". What does it represent? What is its function?
244 views
Asked by Thor
Allow default value to inout parameter
252 views
Asked by Luiz Pedro Franciscatto Guerra
Cannot pass immutable value of type 'NSLayoutConstraint' as inout argument
691 views
Asked by Lukas Würzburger
Is that an in or in/out parameter? Doxygen, C++
28.1k views
Asked by aganm
VHDL: assigning to inout port from testbanch
377 views
Asked by Alex
Widespread Swift Protocol for Extensions
210 views
Asked by Noah Wilder
Assinging inout port to inout in both directions
2.8k views
Asked by M.Eren Çelik
Why can I mutate a let constant with inout parameter when using try?
121 views
Asked by wshamp
Swift inout how to not copy back property when not changed, to not trigger objects setters
188 views
Asked by Peter Lapisu