Also: Is there a name for this kind of pattern: `...
# datascience
f
Also: Is there a name for this kind of pattern:
Copy code
val x = ScriptEvaluationConfiguration {
    implicitReceivers(builder)
}
I think I don't fully understand what this is a short form for
a
It is a class constructor/ function builder which takse a single lambda as argument. You can ctrl+click to see the signature.