gfx ~bindings (2022-04-13T08:35:15.7633411)
Dub
Repo
Trans
gfx
core
typecons
A transition from one state to another
struct
Trans (
T
) {
T
from
;
T
to
;
}
Members
Variables
from
T
from
;
state before
to
T
to
;
state after
Meta
Source
See Implementation
gfx
core
typecons
enums
none
functions
option
some
trans
structs
Option
Trans
templates
isNullAssignable
A transition from one state to another