spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
AllocatorState
spasm
rt
array
Undocumented in source.
@
safe
nothrow
mixin template
AllocatorState (
Allocator
) {
alias
allocator
=
Allocator
.
instance
;
static if
(!(
stateSize!Allocator == 0
))
Allocator
allocator
;
}
Members
Aliases
allocator
alias
allocator
=
Allocator
.
instance
Undocumented in source.
Variables
allocator
Allocator
allocator
;
Undocumented in source.
Meta
Source
See Implementation
spasm
rt
array
functions
signedToTempString
text
toTextRange
unsignedToTempString
write
mixin templates
AllocatorState
structs
DynamicArray
PointerArray
StringAppender
templates
ContainerElementType
ContainerStorageType
removePred