Type stability and OffsetArray components of a struct
|
|
5
|
165
|
August 6, 2025
|
Broadcasting over an array of custom struct gives type instability
|
|
5
|
55
|
July 27, 2025
|
Order of Base.convert calls with `@kwdef` constructors
|
|
4
|
66
|
July 4, 2025
|
How to properly do thread-safe element-wise mutation on atomic fields?
|
|
4
|
78
|
June 23, 2025
|
How should one make a struct that handles a HTTP.jl server?
|
|
0
|
23
|
June 11, 2025
|
Questions about function inside struct
|
|
3
|
172
|
June 5, 2025
|
Tracking a program and storing information in a data structure
|
|
0
|
41
|
June 4, 2025
|
Struct with read-only and write-only properties
|
|
7
|
209
|
May 21, 2025
|
Revise type annotations without edits?
|
|
0
|
74
|
May 5, 2025
|
Correct usage of type-dependent constructors
|
|
7
|
158
|
May 2, 2025
|
Mutually recursive types, recommended style?
|
|
2
|
99
|
April 20, 2025
|
From Named Tuple to Struct
|
|
2
|
145
|
April 10, 2025
|
Difficulty when differentiating with DifferentiationInterface.jl and Mooncake.jl
|
|
3
|
153
|
February 17, 2025
|
Redefine Struct when working with REPL
|
|
10
|
8104
|
January 21, 2025
|
Error at structure initialization
|
|
1
|
74
|
January 19, 2025
|
Error: Structure using its function
|
|
4
|
134
|
January 17, 2025
|
Passing a Julia struct to a already compiled cpp program
|
|
1
|
71
|
January 13, 2025
|
Improving error messages for structs
|
|
2
|
78
|
January 3, 2025
|
Pluto.jl - How do I dispatch to a subtype created in a notebook?
|
|
2
|
69
|
December 25, 2024
|
Mutable structs with all constant fields outperform immutable structs for equality comparison
|
|
1
|
161
|
December 4, 2024
|
Mutable struct vs Ref in an immutable one?
|
|
7
|
885
|
November 28, 2024
|
Allocations when using getfield with a tuple/vector of symbols
|
|
12
|
202
|
November 20, 2024
|
Why isn't this legal syntax for defining a subtype?
|
|
16
|
488
|
November 1, 2024
|
RFC: macro for checking that a struct is concretely typed
|
|
10
|
236
|
October 31, 2024
|
Obtaining field values over an array of composite types
|
|
11
|
128
|
October 21, 2024
|
Define equality for struct by checking all fields
|
|
4
|
181
|
October 15, 2024
|
Memory allocations when performing operation on Tuple of structs
|
|
9
|
190
|
October 15, 2024
|
Macro usage: create dispatch for vector length
|
|
8
|
124
|
September 26, 2024
|
Structs calling each other
|
|
2
|
100
|
September 26, 2024
|
Efficiently creating and updating a struct of SVectors
|
|
10
|
212
|
September 23, 2024
|