fluid v0.7.0 (2024-10-02T21:53:39Z)
Dub
Repo
SizeLimit
fluid
size_lock
Undocumented in source.
@
safe
struct
SizeLimit {
size_t
x
;
size_t
y
;
void
apply
(SizeLock!T node);
}
Members
Functions
apply
void
apply
(SizeLock!T node)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
x
size_t
x
;
Undocumented in source.
y
size_t
y
;
Undocumented in source.
Meta
Source
See Implementation
fluid
size_lock
aliases
sizeLock
classes
SizeLock
functions
sizeLimit
sizeLimitX
sizeLimitY
structs
SizeLimit