Order of Base.convert calls with `@kwdef` constructors
|
|
4
|
51
|
July 4, 2025
|
How to properly do thread-safe element-wise mutation on atomic fields?
|
|
4
|
72
|
June 23, 2025
|
How should one make a struct that handles a HTTP.jl server?
|
|
0
|
20
|
June 11, 2025
|
Questions about function inside struct
|
|
3
|
168
|
June 5, 2025
|
Tracking a program and storing information in a data structure
|
|
0
|
40
|
June 4, 2025
|
Struct with read-only and write-only properties
|
|
7
|
200
|
May 21, 2025
|
Revise type annotations without edits?
|
|
0
|
71
|
May 5, 2025
|
Correct usage of type-dependent constructors
|
|
7
|
142
|
May 2, 2025
|
Mutually recursive types, recommended style?
|
|
2
|
98
|
April 20, 2025
|
From Named Tuple to Struct
|
|
2
|
141
|
April 10, 2025
|
Difficulty when differentiating with DifferentiationInterface.jl and Mooncake.jl
|
|
3
|
139
|
February 17, 2025
|
Redefine Struct when working with REPL
|
|
10
|
8060
|
January 21, 2025
|
Error at structure initialization
|
|
1
|
73
|
January 19, 2025
|
Error: Structure using its function
|
|
4
|
132
|
January 17, 2025
|
Passing a Julia struct to a already compiled cpp program
|
|
1
|
68
|
January 13, 2025
|
Improving error messages for structs
|
|
2
|
76
|
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
|
863
|
November 28, 2024
|
Allocations when using getfield with a tuple/vector of symbols
|
|
12
|
193
|
November 20, 2024
|
Why isn't this legal syntax for defining a subtype?
|
|
16
|
480
|
November 1, 2024
|
RFC: macro for checking that a struct is concretely typed
|
|
10
|
230
|
October 31, 2024
|
Obtaining field values over an array of composite types
|
|
11
|
127
|
October 21, 2024
|
Define equality for struct by checking all fields
|
|
4
|
157
|
October 15, 2024
|
Memory allocations when performing operation on Tuple of structs
|
|
9
|
187
|
October 15, 2024
|
Macro usage: create dispatch for vector length
|
|
8
|
118
|
September 26, 2024
|
Structs calling each other
|
|
2
|
98
|
September 26, 2024
|
Efficiently creating and updating a struct of SVectors
|
|
10
|
196
|
September 23, 2024
|
Need a basic example on using custom structs in CUDA.jl with Adapt.jl
|
|
2
|
238
|
August 31, 2024
|
Why keyword `struct` is used instead of `type` for type definition?
|
|
3
|
236
|
August 29, 2024
|