mutils ~master (2018-10-28T20:05:58Z)
Dub
Repo
NoGcSlice
mutils
serializer
common
Struct to let BoundsChecking Without GC
struct
NoGcSlice (
T
) {
shared static immutable
Exception
e
;
T
slice
;
static if
(
!hasMember!(T, "slice")
)
T
opSlice
(X start, Y end);
static if
(
!hasMember!(T, "slice")
)
size_t
opDollar
();
}
Alias This
slice
Members
Functions
opDollar
size_t
opDollar
()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
T
opSlice
(X start, Y end)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
e
Exception
e
;
Undocumented in source.
Variables
slice
T
slice
;
Undocumented in source.
Meta
Source
See Implementation
mutils
serializer
common
enums
Load
functions
commonSerialize
commonSerializePointer
hasMallocUda
hasNoserializeUda
ignoreBraces
ignoreToMatchingComma
isCustomMap
isCustomVector
isMallocType
isStringVector
loadOrSkip
serializeBoolToken
serializeCharToken
serializeCustomVectorString
tokensToCharVectorPreatyPrint
writelnTokens
static functions
check
structs
NoGcSlice
Struct to let BoundsChecking Without GC