libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
StringObj
memutils
tests
Undocumented in source.
version(none)
struct
StringObj {
void
check_value
(StringObjRef str_obj);
this
(string a);
string
m_str
;
}
Constructors
this
this
(string a)
Undocumented in source.
Members
Functions
check_value
void
check_value
(StringObjRef str_obj)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
m_str
string
m_str
;
Undocumented in source.
Meta
Source
See Implementation
memutils
tests
aliases
StringObjRef
functions
circularBufferTest
dictionaryListTest
hashmapComplexTest
hashmapFreeListTest
highLevelAllocTest
propagateTests
rbTreeTest
rbTreeTestTwo
refCountedCastTest
scopedTest
stringObjRefTest
uniqueTest
vectorArrayTest
structs
A
StringObj