|
Conversion of inner "flag" type parameters from supertype "flag" type parameters for composite struct construcor
|
|
3
|
45
|
August 2, 2025
|
|
Struct with read-only and write-only properties
|
|
7
|
237
|
May 21, 2025
|
|
Limitations of `Base.convert` for the construction of parametric types
|
|
4
|
109
|
April 11, 2025
|
|
Parametric structures and Inner constructors that don't depend on the types
|
|
2
|
77
|
March 28, 2025
|
|
Subtyped parameters in constructors
|
|
4
|
71
|
March 24, 2025
|
|
Better way to get the corresponding constructor from composite-type instances?
|
|
4
|
104
|
November 15, 2024
|
|
Any way to skip a constructor for Accessors.jl-like syntax?
|
|
3
|
124
|
November 15, 2024
|
|
New blog post about Julia parametric types and constructors
|
|
11
|
664
|
October 8, 2024
|
|
Constructors for parametric types
|
|
5
|
173
|
September 28, 2024
|
|
Differing construction and conversion for subtypes of Number
|
|
0
|
49
|
September 26, 2024
|
|
Bypass inner constructor / call `new` outside inner constructor
|
|
10
|
434
|
March 27, 2024
|
|
How to build typed StructArrays from NTuples
|
|
0
|
194
|
March 23, 2024
|
|
Type parameters & constructors
|
|
3
|
317
|
March 21, 2024
|
|
@kwdef kwargs
|
|
2
|
331
|
February 8, 2024
|
|
Should Any have an identity constructor method?
|
|
10
|
441
|
January 31, 2024
|
|
Creating Circular Referencing Structs
|
|
3
|
726
|
December 22, 2023
|
|
Best practices for defining inner constructors for parametric types
|
|
3
|
909
|
November 20, 2023
|
|
Outer constructor not getting called despite being in stack trace?
|
|
3
|
454
|
September 13, 2023
|
|
Inner and Outer constructors with Parameters.jl prevent incremental compilation?
|
|
2
|
356
|
August 22, 2023
|
|
Constructors for structs with NamedTuple fields
|
|
23
|
723
|
July 21, 2023
|
|
Inside closures, captured constructors are much slower than captured functions
|
|
2
|
331
|
May 31, 2023
|
|
ConstructFrom.jl - Construct objects without spelling out their types
|
|
2
|
308
|
April 20, 2023
|
|
Class Constructor
|
|
4
|
960
|
February 28, 2023
|
|
Validating the content of a struct field
|
|
5
|
506
|
February 16, 2023
|
|
Type() vs type() -- Are constructor methods or conversion functions more idiomatic?
|
|
4
|
466
|
January 20, 2023
|
|
Base.@kwdef breaks in tests only
|
|
2
|
382
|
December 7, 2022
|
|
Puzzling behavior of "wrong" inner constructor
|
|
4
|
401
|
November 9, 2022
|
|
Outer constructor using a function using the structure
|
|
4
|
404
|
October 10, 2022
|
|
NamedTuple constructor syntax
|
|
2
|
812
|
October 4, 2022
|
|
Constructors for `<:Function` types when possible, like in C++
|
|
7
|
836
|
September 1, 2022
|