- Try
bool Try(void expression)
Undocumented in source. Be warned that the author may not have intended to support it.
- create
T create(T obj, P par)
Undocumented in source. Be warned that the author may not have intended to support it.
- first
T first(T[] array)
Undocumented in source. Be warned that the author may not have intended to support it.
- followDown
void followDown(T follower, T master)
Undocumented in source. Be warned that the author may not have intended to support it.
- followUp
void followUp(T follower, T master)
Undocumented in source. Be warned that the author may not have intended to support it.
- getMsec
ulong getMsec()
Undocumented in source. Be warned that the author may not have intended to support it.
- hasDefaultConstructor
bool hasDefaultConstructor()
Undocumented in source. Be warned that the author may not have intended to support it.
- idField
string idField()
Undocumented in source. Be warned that the author may not have intended to support it.
- ifloor
long ifloor(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
- inherits
bool inherits(TObj obj)
Undocumented in source. Be warned that the author may not have intended to support it.
- isClassOrStruct
bool isClassOrStruct()
Undocumented in source. Be warned that the author may not have intended to support it.
- isRefType
bool isRefType()
Undocumented in source. Be warned that the author may not have intended to support it.
- last
T last(T[] array)
Undocumented in source. Be warned that the author may not have intended to support it.
- msecSince
ulong msecSince(long refTime)
Undocumented in source. Be warned that the author may not have intended to support it.
- now
DateTime now()
Undocumented in source. Be warned that the author may not have intended to support it.
- pinAddr
void pinAddr(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
- readFromPos
T readFromPos(Byte[] a, ulong pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- recreate
T recreate(T obj, P par)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMember
bool setMember(TObj obj, string member, TMem value)
Undocumented in source. Be warned that the author may not have intended to support it.
- sleepMsec
void sleepMsec(uint duration)
Undocumented in source. Be warned that the author may not have intended to support it.
- toHash
ulong toHash(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
- trigger
void trigger(void delegate()[] listeners)
Undocumented in source. Be warned that the author may not have intended to support it.
- trigger
void trigger(void delegate(T)[] listeners, T data)
Undocumented in source. Be warned that the author may not have intended to support it.
- trigger
void trigger(void delegate(T, T2)[] listeners, T data, T2 data2)
Undocumented in source. Be warned that the author may not have intended to support it.
- unpinAddr
void unpinAddr(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
- weightedAvg
T weightedAvg(T weight1, T x1, T x2)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeToPos
void writeToPos(Byte[] a, ulong pos, T value)
Undocumented in source. Be warned that the author may not have intended to support it.