StackOverflow Questions for Tag: pass-by-name

Mohan
Mohan

Reputation: 8863

How do you pass an argument for use in mutate(...) into a function?

Score: 0

Views: 25

Answers: 0

Read More
Kadir Erceylan
Kadir Erceylan

Reputation: 41

Pass by name implementation in C

Score: 2

Views: 796

Answers: 2

Read More
phoeNix
phoeNix

Reputation: 63

Pass-by-name implementation in C

Score: 0

Views: 566

Answers: 3

Read More
FunctionalFolds
FunctionalFolds

Reputation: 85

Arguments passed "by name" in C#

Score: 0

Views: 58

Answers: 1

Read More
Turin
Turin

Reputation: 2282

From `=> T` to `() => T` and back again

Score: 4

Views: 76

Answers: 0

Read More
workinMan
workinMan

Reputation: 198

Call by reference, value, and name

Score: 8

Views: 21225

Answers: 6

Read More
bdd
bdd

Reputation: 3434

What is "pass-by-name" and how does it work exactly?

Score: 47

Views: 76615

Answers: 8

Read More
yjc
yjc

Reputation: 11

Will call by name affect the argument variables passed into the function like called by reference or is it like call by value?

Score: 1

Views: 46

Answers: 1

Read More
CodeArtist
CodeArtist

Reputation: 5714

Python: Passing parameters by name along with kwargs

Score: 40

Views: 48028

Answers: 3

Read More
Jack Koenig
Jack Koenig

Reputation: 6064

Why does this Iterator infinitely loop?

Score: 5

Views: 108

Answers: 1

Read More
KevinZhou
KevinZhou

Reputation: 507

How should i understand this definition "final def fold[B](ifEmpty: => B)(f: (A) => B): B"

Score: 0

Views: 86

Answers: 1

Read More
Chris
Chris

Reputation: 807

Is a while loop already implemented with pass-by-name parameters? : Scala

Score: 0

Views: 709

Answers: 2

Read More
melston
melston

Reputation: 2364

Use of Scala by-name parameters

Score: 6

Views: 1517

Answers: 4

Read More
Lucas Lima
Lucas Lima

Reputation: 902

What does : => A syntax mean in method parameter declaration?

Score: 0

Views: 225

Answers: 1

Read More
student12343
student12343

Reputation: 1

Evaluation of variable through pass-by-name

Score: 0

Views: 45

Answers: 1

Read More
zmbq
zmbq

Reputation: 39069

Typescript pass property by reference

Score: 1

Views: 4375

Answers: 2

Read More
Mandroid
Mandroid

Reputation: 7524

By-name parameter in Scala

Score: 0

Views: 317

Answers: 2

Read More
Hamidreza Ramezani
Hamidreza Ramezani

Reputation: 55

parameter passing strategy in a semi-C code

Score: 1

Views: 36

Answers: 0

Read More
Toby Eggitt
Toby Eggitt

Reputation: 1872

What triggers Try argument to be evaluated

Score: 0

Views: 34

Answers: 1

Read More
Felix Dombek
Felix Dombek

Reputation: 14382

C++ elegant way of passing (a subset of) options to a function

Score: 4

Views: 438

Answers: 1

Read More
PreviousPage 1Next