dcpu16-emulator v0.2.0 (2014-06-26T15:05:24Z)
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