ConcreteStructs.jl::love_hotel::house::cityscape_at_dusk::hotel::sunset::bank: 源
ConcreteStructs.jl ConcreteStructs.jl导出宏@concrete ,该宏可用于使非混凝土结构混凝土,而无需添加类型参数的样板。 using ConcreteStructs @concrete struct AB a b end julia> ab = AB("hi", 1+im) AB{String,Complex{Int64}}("hi", 1 + 1im) 宏还支持terse关键字,以使类型在IOContext :compact => true模式下不带参数即可显示。 @concrete terse mutable struct C
用户评论