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.
2 parents 2ef075e + 13c9803 commit c062be7Copy full SHA for c062be7
src/types.jl
@@ -89,7 +89,7 @@ const SIMPLIFIED = 0x01 << 0
89
#@inline is_of_type(x::BasicSymbolic, type::UInt8) = (x.bitflags & type) != 0x00
90
#@inline issimplified(x::BasicSymbolic) = is_of_type(x, SIMPLIFIED)
91
92
-function ConstructionBase.setproperties_object(obj::BasicSymbolic{T}, patch)::BasicSymbolic{T} where T
+function ConstructionBase.setproperties(obj::BasicSymbolic{T}, patch::NamedTuple)::BasicSymbolic{T} where T
93
nt = getproperties(obj)
94
nt_new = merge(nt, patch)
95
Unityper.rt_constructor(obj){T}(;nt_new...)
0 commit comments