ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
Value
ocean
util
container
cache
model
Value
template
Value (
size_t
ValueSize
) {
static immutable
auto
is_dynamic
;
struct
Value
;
alias
ValueRef
=
Value
*
;
alias
Value
=
ubyte
[
ValueSize
]
;
alias
ValueRef
=
void
[]
;
}
Members
Aliases
Value
alias
Value
=
ubyte
[
ValueSize
]
Undocumented in source.
ValueRef
alias
ValueRef
=
Value
*
Undocumented in source.
ValueRef
alias
ValueRef
=
void
[]
Undocumented in source.
Static variables
is_dynamic
auto
is_dynamic
;
Tells if the values are of dynamic size; if not, they are of fixed size.
Structs
Value
struct
Value
Undocumented in source.
Meta
Source
See Implementation
ocean
util
container
cache
model
Value
templates
Value