We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3625a98 commit f61ffc1Copy full SHA for f61ffc1
src/types.jl
@@ -85,7 +85,7 @@ const SIMPLIFIED = 0x01 << 0
85
#@inline is_of_type(x::BasicSymbolic, type::UInt8) = (x.bitflags & type) != 0x00
86
#@inline issimplified(x::BasicSymbolic) = is_of_type(x, SIMPLIFIED)
87
88
-function ConstructionBase.setproperties_object(obj::BasicSymbolic{T}, patch)::BasicSymbolic{T} where T
+function ConstructionBase.setproperties(obj::BasicSymbolic{T}, patch::NamedTuple)::BasicSymbolic{T} where T
89
nt = getproperties(obj)
90
nt_new = merge(nt, patch)
91
Unityper.rt_constructor(obj){T}(;nt_new...)
0 commit comments