Inside closures, captured constructors are much slower than captured functions
|
|
2
|
147
|
May 31, 2023
|
ConstructFrom.jl - Construct objects without spelling out their types
|
|
2
|
168
|
April 20, 2023
|
Class Constructor
|
|
4
|
140
|
February 28, 2023
|
Validating the content of a struct field
|
|
5
|
111
|
February 16, 2023
|
Type() vs type() -- Are constructor methods or conversion functions more idiomatic?
|
|
4
|
209
|
January 20, 2023
|
Base.@kwdef breaks in tests only
|
|
2
|
176
|
December 7, 2022
|
Puzzling behavior of "wrong" inner constructor
|
|
4
|
206
|
November 9, 2022
|
Outer constructor using a function using the structure
|
|
4
|
190
|
October 10, 2022
|
NamedTuple constructor syntax
|
|
2
|
318
|
October 4, 2022
|
Constructors for `<:Function` types when possible, like in C++
|
|
7
|
460
|
September 1, 2022
|
Order of parameters in outer constructor matters?
|
|
3
|
242
|
July 19, 2022
|
Default v.s. inner constructor changes dispatch?
|
|
6
|
227
|
June 20, 2022
|
Constructor: Member variables not visible / out of scope
|
|
1
|
224
|
May 28, 2022
|
Struct with partial explicit constructs that init subset of fields
|
|
13
|
437
|
May 13, 2022
|
Initializing an empty array in an inner constructor with new
|
|
11
|
455
|
May 8, 2022
|
Unexpected ambigiuity in subtype constructor
|
|
2
|
188
|
May 4, 2022
|
Can't call struct constructor inside of a function
|
|
2
|
400
|
March 3, 2022
|
Converting String to Symbol during struct construction
|
|
15
|
1585
|
January 23, 2022
|
Outer constructor with default parameters
|
|
1
|
289
|
December 31, 2021
|
Classes in Julia
|
|
13
|
39742
|
November 20, 2021
|
Question on Defining Functions Inside Structs
|
|
8
|
343
|
October 28, 2021
|
Is there a metaprogramming package for struct creation?
|
|
2
|
407
|
October 1, 2021
|
Constructor with multiple parametric arguments
|
|
6
|
273
|
September 20, 2021
|
Get generic constructor of parametric type
|
|
8
|
559
|
August 8, 2021
|
Generic square matrix constructor from a vector?
|
|
1
|
358
|
July 21, 2021
|
Ambiguity with Vararg outer constructor and inner constructor
|
|
8
|
355
|
February 4, 2021
|
Parametric Types with struct constructors
|
|
3
|
2198
|
October 10, 2019
|
Help with converting array to Static Array
|
|
5
|
2519
|
May 5, 2019
|
Ways of using constructor of a parametric type
|
|
2
|
1339
|
September 25, 2017
|
Convert() vs constructors
|
|
35
|
3514
|
August 29, 2017
|