inochi2d ~main (2026-08-20T13:21:03.36605)
Dub
Repo
offset_value
inochi2d
core
property
A type which contains a value and an offset for said value.
struct
offset_value (
T
string
offsetOp
= "+"
) {
@
nogc
T
base
;
@
nogc
T
offset
;
T
value
[@property getter];
}
Alias This
value
Members
Properties
value
T
value
[@property getter]
The combined value.
Variables
base
T
base
;
Undocumented in source.
offset
T
offset
;
Undocumented in source.
Meta
Source
See Implementation
inochi2d
core
property
interfaces
IPropertyOwner
mixin templates
RegisterQuarks
structs
PropertyStore
offset_value
propkey
A type which contains a value and an offset for said value.