Redefine Struct when working with REPL
|
|
9
|
7688
|
January 20, 2025
|
Error at structure initialization
|
|
1
|
59
|
January 19, 2025
|
Error: Structure using its function
|
|
4
|
118
|
January 17, 2025
|
Passing a Julia struct to a already compiled cpp program
|
|
1
|
67
|
January 13, 2025
|
Improving error messages for structs
|
|
2
|
57
|
January 3, 2025
|
Pluto.jl - How do I dispatch to a subtype created in a notebook?
|
|
2
|
58
|
December 25, 2024
|
Mutable structs with all constant fields outperform immutable structs for equality comparison
|
|
1
|
153
|
December 4, 2024
|
Mutable struct vs Ref in an immutable one?
|
|
7
|
731
|
November 28, 2024
|
Allocations when using getfield with a tuple/vector of symbols
|
|
12
|
172
|
November 20, 2024
|
Why isn't this legal syntax for defining a subtype?
|
|
16
|
453
|
November 1, 2024
|
RFC: macro for checking that a struct is concretely typed
|
|
10
|
214
|
October 31, 2024
|
Obtaining field values over an array of composite types
|
|
11
|
112
|
October 21, 2024
|
Define equality for struct by checking all fields
|
|
4
|
132
|
October 15, 2024
|
Memory allocations when performing operation on Tuple of structs
|
|
9
|
169
|
October 15, 2024
|
Macro usage: create dispatch for vector length
|
|
8
|
99
|
September 26, 2024
|
Structs calling each other
|
|
2
|
92
|
September 26, 2024
|
Efficiently creating and updating a struct of SVectors
|
|
10
|
170
|
September 23, 2024
|
Need a basic example on using custom structs in CUDA.jl with Adapt.jl
|
|
2
|
135
|
August 31, 2024
|
Why keyword `struct` is used instead of `type` for type definition?
|
|
3
|
227
|
August 29, 2024
|
In Operator not working as expected for struct
|
|
5
|
98
|
August 6, 2024
|
[ANN] StrucRev - revise type definitions as you go
|
|
17
|
1492
|
July 28, 2024
|
How to create a struct from a dict
|
|
7
|
160
|
July 27, 2024
|
Best practices to add more than one bound to type parameters
|
|
23
|
206
|
July 21, 2024
|
[Ann] LightSumTypes.jl - Combine multiple types in a single one
|
|
5
|
1238
|
July 6, 2024
|
`sizeof` on custom struct does not check fields
|
|
4
|
191
|
June 30, 2024
|
How to read a static array of a composite type
|
|
0
|
76
|
June 10, 2024
|
Effect of typing in structures
|
|
4
|
162
|
June 7, 2024
|
Type instabilities when dealing with structs and Ref
|
|
4
|
281
|
June 3, 2024
|
Understanding parallelization of composite types
|
|
0
|
281
|
June 2, 2024
|
How to extend structs for equality, in order to make use of operator like `in`?
|
|
7
|
235
|
May 16, 2024
|