Julia Programming Language
How to export `Base:@kwdef`?
Tooling
Package Management
macros
Tamas_Papp
August 30, 2021, 8:50am
2
module Foo using Base:@kwdef export @kwdef end
works fine for me. Please provide an MWE.
4 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Why Base.@kwdef is not exported?
New to Julia
base
5
1457
September 10, 2020
Is there a way to test if something `isexported()`?
General Usage
question
8
840
January 5, 2018
Macros and modules
General Usage
question
,
macros
,
metaprogramming
,
module
5
2958
September 14, 2017
Base.@kwdef for v1.0?
Internals & Design
12
3307
March 17, 2019
What does @kwdef do?
New to Julia
3
12678
February 5, 2023