gfx ~reborn (2022-03-31T11:44:27.7929122)
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
ifNone
ifSome
option
some
trans
structs
Option
Trans
templates
isNullAssignable
isOption
A transition from one state to another