juliad ~master (2019-08-30T13:23:17Z)
Dub
Repo
_jl_taggedvalue_t._Anonymous_34
juliad
julia
_jl_taggedvalue_t
Undocumented in source.
struct
_jl_taggedvalue_t
static
union
_Anonymous_34 {
c_ulong
header
;
_jl_taggedvalue_t
*
next
;
_jl_value_t
*
type
;
_jl_taggedvalue_bits
bits
;
}
Members
Variables
bits
_jl_taggedvalue_bits
bits
;
Undocumented in source.
header
c_ulong
header
;
Undocumented in source.
next
_jl_taggedvalue_t
*
next
;
Undocumented in source.
type
_jl_value_t
*
type
;
Undocumented in source.
Meta
Source
See Implementation
juliad
julia
_jl_taggedvalue_t
functions
bits
header
next
type
unions
_Anonymous_34
variables
_anonymous_35