dcpu16-emulator ~master (2022-05-10T05:52:33.9279517)
Dub
Repo
UndoHelper.PositionType
emulator
utils
undoproxy
UndoHelper
Undocumented in source.
alias
PositionType
=
ubyte
alias
PositionType
=
ushort
alias
PositionType
=
uint
mixintemplate
UndoHelper
()
static if
(!(
observableArray.length <= ubyte.max
))
static if
(!(
observableArray.length <= ushort.max
))
static if
(
observableArray.length <= uint.max
)
alias
PositionType
=
uint
Meta
Source
See Implementation
emulator
utils
undoproxy
UndoHelper
aliases
PositionType
functions
addEmptyUndoFrame
commitEmptyFrame
commitFrame
discardFrame
discardUndoStack
hasUncommitedChanges
undoFrames
undoStackSize
manifest constants
emptyFrameMarker
maxUndoSeqLength
variables
frameUndoMap
numUndoFrames
undoStack